{"info":{"_postman_id":"e23f1668-1b91-4114-a0ef-892d6af39d32","name":"BB Access Point","description":"<html><head></head><body><p>The Billbay Access Point is a secure Peppol Gateway that lets you exchange e-documents across the Peppol Network. Properly formatted Peppol XML documents can be exchanged with the Access Point either via the API stack described here or alternatively, also via SFTP.</p>\n<p>The Access Point is designed as a set of structured folders that allow you to send and receive e-documents. This folder structure is described below.</p>\n<p><strong>For Peppol Network (InvoiceNow) transmissions</strong></p>\n<p><strong>send</strong>: place any peppol e-documents for outbound transmission into this folder.<br><strong>recv</strong>: retrieve incoming peppol e-documents or receipts from this folder.<br><strong>done</strong>: after a file is picked for e-delivery, it is moved from 'send' to 'done' folder.<br><strong>logs</strong>: contains records of critical transmission errors; typically empty if no errors are present.</p>\n<p>Billbay Access Point is also Corner-5 (C5) Compliant and supports tax reporting with relevant tax authorities. Properly formatted C5 XML documents can be placed in the send folder to trigger real-time reporting of tax data.</p>\n<p><strong>For C5 (IRAS Singapore) transmissions</strong></p>\n<p><strong>iras/send</strong>: place any valid C5 XML document here to send data to IRAS Singapore<br><strong>iras/done</strong>: once a file is picked for C5 e-submission, it is moved from the 'send' to 'done' folder.</p>\n<p>Payloads that need to be exchanged via the Access Point need to be properly formatted XMLs else they will be rejected for e-delivery.</p>\n<p><strong>Dual Transmissions to Peppol + C5 (IRAS Singapore) transmissions</strong></p>\n<p><strong>dual/send</strong>: place any valid C5 XML document here to send to both Peppol + C5<br><strong>dual/done</strong>: once a file has completed dual e-submission, it is moved from the 'send' to 'done' folder.</p>\n<p>Dual Transmissions allow you to send a successful Peppol Transmission also to C5. Do take note that this is a sequential delivery channel. The C5 transmission is initiated only when the original Peppol transaction is successful ie. A success receipt has been received for the originating Peppol transaction</p>\n<p>Should you need assistance in generating the XML documents, you may make use of the Billbay Peppol Adaptor, an entirely different product/solution that allows you to become Peppol (InvoiceNow) Ready and compliant in a very short time.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20222049","collectionId":"e23f1668-1b91-4114-a0ef-892d6af39d32","publishedId":"2s9Y5ZtgLp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-07T06:33:08.000Z"},"item":[{"name":"List","id":"ef50fa28-a757-4999-b64c-3ac23897f89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/getList?api_key=YOUR_API_KEY&dir=DIRECTORY_NAME","description":"<p>Use this to list all the files that are present in the specified folder / directory.</p>\n","urlObject":{"path":["getList"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"},{"key":"dir","value":"DIRECTORY_NAME"}],"variable":[]}},"response":[{"id":"760f7673-0184-4b52-aa08-26376d8038d3","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/getList?api_key=YOUR_API_KEY&dir=recv","host":["https://peppolgateway.billbay.io"],"path":["getList"],"query":[{"key":"api_key","value":"YOUR_API_KEY"},{"key":"dir","value":"recv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:11:14 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"267"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        \"DLVY-24220-095317-837906277-0195-SGTSTBILLBAY01-4170e4f6.xml\",\n        \"DLVY-24220-102226-945160835-0195-SGTSTBILLBAY01-b33b4e37.xml\",\n        \"RCPT-200-7bc09cef-6e90-4037-9803-373507cd6d86.xml\"\n    ],\n    \"status\": 200,\n    \"errors\": null\n}"},{"id":"7ed2ce17-e617-455e-b333-9082e2674f8e","name":"Empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/getList?api_key=YOUR_API_KEY&dir=send","host":["https://peppolgateway.billbay.io"],"path":["getList"],"query":[{"key":"api_key","value":"YOUR_API_KEY"},{"key":"dir","value":"send"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:13:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=97"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"files\": [],\n    \"status\": 200,\n    \"errors\": null\n}"}],"_postman_id":"ef50fa28-a757-4999-b64c-3ac23897f89c"},{"name":"Send","event":[{"listen":"prerequest","script":{"id":"8c6387a9-985f-46b6-bb3b-27dc044cd49c","exec":["var data={\r","    \"directory\":\"send\"\r","}\r","pm.variables.set(\"jsonData\",JSON.stringify(data))"],"type":"text/javascript","packages":{}}}],"id":"f91be98a-990b-40c4-989b-14b83924f457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attachments[]","type":"file","value":null},{"key":"directory","type":"text","value":"send","contentType":""}]},"url":"https://peppolgateway.billbay.io/upload/send?api_key=YOUR_API_KEY","description":"<p>Properly formatted Peppol e-documents should be uploaded to the 'send' folder. Use this API to upload an XML file as an attachment. Once uploaded, the file is automatically picked up for e-delivery to the Peppol Network, and the file is moved from the 'send' to the 'done' directory and the file is renamed to a more standardized format.</p>\n","urlObject":{"path":["upload","send"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"470e67ed-2dff-4923-8a52-8691b7b4d071","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attachments[]","type":"file","src":"/home/suresh/Downloads/sample-upload.xml"},{"key":"directory","type":"text","value":"recv","contentType":"","disabled":true},{"key":"data","value":"","type":"text","disabled":true}]},"url":{"raw":"https://peppolgateway.billbay.io/upload?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["upload"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:15:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"89"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"File(s) uploaded successfully\",\n    \"errors\": null\n}"},{"id":"f560c753-2f69-420c-b323-a41992301b27","name":"No Files Given","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attachments[]","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/home/suresh/Downloads/sample-upload.xml"],"src":"/home/suresh/Downloads/sample-upload.xml"},{"key":"directory","type":"text","value":"recv","contentType":"","disabled":true},{"key":"data","value":"","type":"text","disabled":true}]},"url":{"raw":"https://peppolgateway.billbay.io/upload?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["upload"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:14:07 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"123"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"No files uploaded\",\n    \"errors\": {\n        \"upload\": \"No files were uploaded\"\n    }\n}"}],"_postman_id":"f91be98a-990b-40c4-989b-14b83924f457"},{"name":"SendXml","id":"c64ce781-77d9-44e3-adfd-1b4b2f60bed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<StandardBusinessDocument xmlns=\"http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader\">\n  <StandardBusinessDocumentHeader>\n    <HeaderVersion>1.0</HeaderVersion>\n    <Sender>\n      <Identifier Authority=\"iso6523-actorid-upis\">0195:SGTSTBILLBAY01</Identifier>\n    </Sender>\n    <Receiver>\n      <Identifier Authority=\"iso6523-actorid-upis\">0195:SGTSTBILLBAY02</Identifier>\n    </Receiver>\n    <DocumentIdentification>\n      <Standard>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2</Standard>\n      <TypeVersion>2.1</TypeVersion>\n      <InstanceIdentifier>bb167424-51b31241-5222-4ff3-bef1-39879c3bc35e</InstanceIdentifier>\n      <Type>Invoice</Type>\n      <CreationDateAndTime>2024-03-22T20:10:12Z</CreationDateAndTime>\n    </DocumentIdentification>\n    <BusinessScope>\n      <Scope>\n        <Type>DOCUMENTID</Type>\n        <InstanceIdentifier>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1</InstanceIdentifier>\n      </Scope>\n      <Scope>\n        <Type>PROCESSID</Type>\n        <InstanceIdentifier>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</InstanceIdentifier>\n      </Scope>\n      <Scope>\n        <Type>COUNTRY_C1</Type>\n        <InstanceIdentifier>SG</InstanceIdentifier>\n      </Scope>\n    </BusinessScope>\n  </StandardBusinessDocumentHeader>\n\n\n<Invoice xmlns=\"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2\" xmlns:cac=\"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2\" xmlns:cbc=\"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2\" xmlns:ccts=\"urn:un:unece:uncefact:documentation:2\" xmlns:ext=\"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2\" xmlns:qdt=\"urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2\" xmlns:udt=\"urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n\n\n\t<cbc:UBLVersionID>2.1</cbc:UBLVersionID>\n\t<cbc:CustomizationID>urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0</cbc:CustomizationID> <!-- BT-24 -->\n\t<cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID> <!-- BT-23 -->\n\t\n\t<cbc:ID>202403220207</cbc:ID>\n\t<cbc:IssueDate>2024-03-22</cbc:IssueDate>\n\t<cbc:DueDate>2024-03-22</cbc:DueDate>\n\t<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>\n\t<cbc:DocumentCurrencyCode>SGD</cbc:DocumentCurrencyCode>\n\t<cbc:BuyerReference>-</cbc:BuyerReference>\n\n\t<cac:AccountingSupplierParty>\n\t\t<cac:Party>\n\t\t\t<cbc:EndpointID schemeID=\"0195\">SGUEN52027600X</cbc:EndpointID> <!-- BT-34, BT-34-1 -->\n\t\t\t<cac:PartyIdentification>\n\t\t\t\t<cbc:ID schemeID=\"0195\">SGUEN52027600X</cbc:ID> <!-- BT-29, BT-29-1 -->\n\t\t\t</cac:PartyIdentification>\n\t\t\t\t\t<cac:PartyName>\n\t\t\t\t<cbc:Name>TRADERSPERMITS</cbc:Name> <!-- BT-28 -->\n\t\t\t</cac:PartyName>\n\t\t\t<cac:PostalAddress>\n\t\t\t\t<cbc:StreetName>No. 21, North Perimeter Road</cbc:StreetName> <!-- BT-35 -->\n\t\t\t\t<cbc:AdditionalStreetName>Singapore Post Building #01-01, Airmail Transit Centre</cbc:AdditionalStreetName> <!-- BT-36 -->\n\t\t\t\t<cbc:CityName>Singapore</cbc:CityName> <!-- BT-37 -->\n\t\t\t\t<cbc:PostalZone>819118</cbc:PostalZone> <!-- BT-38 -->\n\t\t\t\t<cbc:CountrySubentity>Singapore</cbc:CountrySubentity> <!-- BT-39 -->\n\t\t\t\t<cac:Country>\n\t\t\t\t\t<cbc:IdentificationCode>SG</cbc:IdentificationCode> <!-- BT-40 -->\n\t\t\t\t</cac:Country>\n\t\t\t</cac:PostalAddress>\n\t\t\t<cac:PartyLegalEntity>\n\t\t\t\t<cbc:RegistrationName>TRADERSPERMITS</cbc:RegistrationName> <!-- BT-27 -->\n\t\t\t</cac:PartyLegalEntity>\n\t\t\t<cac:Contact>\n\t\t\t\t<cbc:Name>Yvonne Tan</cbc:Name>  <!-- BT-41 -->\n\t\t\t\t<cbc:ElectronicMail>ops@traders-permits.com.sg</cbc:ElectronicMail> <!-- BT-43 -->\n\t\t\t</cac:Contact>\n\t\t</cac:Party>\n\t</cac:AccountingSupplierParty>\n\t\n\t<cac:AccountingCustomerParty>\n\t<cac:Party>\n\t\t\t<cbc:EndpointID schemeID=\"0195\">SGUEN201220144R</cbc:EndpointID>\n\t\t<cac:PartyIdentification>\n\t\t\t<cbc:ID schemeID=\"0195\">SGUEN201220144R</cbc:ID>\n\t\t</cac:PartyIdentification>\n\t\t<cac:PostalAddress>\n\t\t\t<cac:Country>\n\t\t\t\t<cbc:IdentificationCode>SG</cbc:IdentificationCode>\n\t\t\t</cac:Country>\n\t\t</cac:PostalAddress>\n\t\t<cac:PartyLegalEntity>\n\t\t\t<cbc:RegistrationName>LIM YAN HWEE TRADING PTE LTD</cbc:RegistrationName>\n\t\t</cac:PartyLegalEntity>\n\t</cac:Party>\n\t</cac:AccountingCustomerParty>\n\n<cac:PaymentMeans>\n  <cbc:PaymentMeansCode name=\"PayNow\">Z02</cbc:PaymentMeansCode> \n  <cbc:PaymentID>52027600X</cbc:PaymentID> \n  <cac:PayeeFinancialAccount>\n    <cbc:ID>UEN: 52027600X</cbc:ID> \n  </cac:PayeeFinancialAccount>\n</cac:PaymentMeans>\n\t<cac:PaymentTerms>\n\t\t\t<cbc:Note>Pay on receipt / by due date.</cbc:Note>\n\t</cac:PaymentTerms>\n\n\t<cac:TaxTotal>\n\t\t<cbc:TaxAmount currencyID=\"SGD\">0</cbc:TaxAmount>\n\t\t\t<cac:TaxSubtotal>\n\t\t\t\t<cbc:TaxableAmount currencyID=\"SGD\">13</cbc:TaxableAmount>\n\t\t\t\t<cbc:TaxAmount currencyID=\"SGD\">0</cbc:TaxAmount>\n\t\t\t\t<cac:TaxCategory>\n\t\t\t\t\t<cbc:ID>NG</cbc:ID>\n\t\t\t\t\t<cbc:Percent>0</cbc:Percent>\n\t\t\t\t\t<cac:TaxScheme>\n\t\t\t\t\t\t<cbc:ID>GST</cbc:ID>\n\t\t\t\t\t</cac:TaxScheme>\n\t\t\t\t</cac:TaxCategory>\n\t\t\t</cac:TaxSubtotal>\n\t</cac:TaxTotal>\n\n\t<cac:LegalMonetaryTotal>\n\t\t<cbc:LineExtensionAmount currencyID=\"SGD\">13</cbc:LineExtensionAmount>\n\t\t<cbc:TaxExclusiveAmount currencyID=\"SGD\">13</cbc:TaxExclusiveAmount>\n\t\t<cbc:TaxInclusiveAmount currencyID=\"SGD\">13</cbc:TaxInclusiveAmount>\n\t\t<cbc:AllowanceTotalAmount currencyID=\"SGD\">0.00</cbc:AllowanceTotalAmount>\n\t\t<cbc:PayableAmount currencyID=\"SGD\">13</cbc:PayableAmount>\n\t</cac:LegalMonetaryTotal>\n\n\t<cac:InvoiceLine>\n\t\t<cbc:ID>167424.1</cbc:ID>\n\t\t<cbc:InvoicedQuantity unitCode=\"H87\">1</cbc:InvoicedQuantity>\n\t\t<cbc:LineExtensionAmount currencyID=\"SGD\">13</cbc:LineExtensionAmount> <!-- fix -->\n\t\t<cac:Item>\n\t\t\t<cbc:Name>Permit Fee: GF-IG4C690555G</cbc:Name>\n\t\t\t\t<cac:ClassifiedTaxCategory>\n\t\t\t\t\t<cbc:ID>NG</cbc:ID>\n\t\t\t\t\t<cbc:Percent>0</cbc:Percent>\n\t\t\t\t\t<cac:TaxScheme>\n\t\t\t\t\t\t<cbc:ID>GST</cbc:ID>\n\t\t\t\t\t</cac:TaxScheme>\n\t\t\t\t</cac:ClassifiedTaxCategory>\n\t\t</cac:Item>\n\t\t<cac:Price>\n\t\t\t<cbc:PriceAmount currencyID=\"SGD\">13</cbc:PriceAmount>  <!-- fix -->\n\t\t\t<cbc:BaseQuantity unitCode=\"H87\">1</cbc:BaseQuantity>  <!-- fix -->\n\t\t</cac:Price>\n\t</cac:InvoiceLine>\n\n\t\n</Invoice>\n</StandardBusinessDocument>","options":{"raw":{"language":"xml"}}},"url":"https://peppolgateway.billbay.io/sendXml?api_key=API_KEY&dir=/send","description":"<p>Use this endpoint to upload a properly formatted peppol e-document as a raw xml instead of attaching the xml as a file attachment.</p>\n<p>Example of dir parameter:</p>\n<p>dir= /send</p>\n<p>dir= /iras/send</p>\n","urlObject":{"path":["sendXml"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"API_KEY"},{"key":"dir","value":"/send"}],"variable":[]}},"response":[{"id":"8243d67a-e0f9-43d6-a828-e600fe4a70db","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<StandardBusinessDocument xmlns=\"http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader\">\n  <StandardBusinessDocumentHeader>\n    <HeaderVersion>1.0</HeaderVersion>\n    <Sender>\n      <Identifier Authority=\"iso6523-actorid-upis\">0195:SGTSTBILLBAY01</Identifier>\n    </Sender>\n    <Receiver>\n      <Identifier Authority=\"iso6523-actorid-upis\">0195:SGTSTBILLBAY02</Identifier>\n    </Receiver>\n    <DocumentIdentification>\n      <Standard>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2</Standard>\n      <TypeVersion>2.1</TypeVersion>\n      <InstanceIdentifier>bb167424-51b31241-5222-4ff3-bef1-39879c3bc35e</InstanceIdentifier>\n      <Type>Invoice</Type>\n      <CreationDateAndTime>2024-03-22T20:10:12Z</CreationDateAndTime>\n    </DocumentIdentification>\n    <BusinessScope>\n      <Scope>\n        <Type>DOCUMENTID</Type>\n        <InstanceIdentifier>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1</InstanceIdentifier>\n      </Scope>\n      <Scope>\n        <Type>PROCESSID</Type>\n        <InstanceIdentifier>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</InstanceIdentifier>\n      </Scope>\n      <Scope>\n        <Type>COUNTRY_C1</Type>\n        <InstanceIdentifier>SG</InstanceIdentifier>\n      </Scope>\n    </BusinessScope>\n  </StandardBusinessDocumentHeader>\n\n\n<Invoice xmlns=\"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2\" xmlns:cac=\"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2\" xmlns:cbc=\"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2\" xmlns:ccts=\"urn:un:unece:uncefact:documentation:2\" xmlns:ext=\"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2\" xmlns:qdt=\"urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2\" xmlns:udt=\"urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n\n\n\t<cbc:UBLVersionID>2.1</cbc:UBLVersionID>\n\t<cbc:CustomizationID>urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0</cbc:CustomizationID> <!-- BT-24 -->\n\t<cbc:ProfileID>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</cbc:ProfileID> <!-- BT-23 -->\n\t\n\t<cbc:ID>202403220207</cbc:ID>\n\t<cbc:IssueDate>2024-03-22</cbc:IssueDate>\n\t<cbc:DueDate>2024-03-22</cbc:DueDate>\n\t<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>\n\t<cbc:DocumentCurrencyCode>SGD</cbc:DocumentCurrencyCode>\n\t<cbc:BuyerReference>-</cbc:BuyerReference>\n\n\t<cac:AccountingSupplierParty>\n\t\t<cac:Party>\n\t\t\t<cbc:EndpointID schemeID=\"0195\">SGUEN52027600X</cbc:EndpointID> <!-- BT-34, BT-34-1 -->\n\t\t\t<cac:PartyIdentification>\n\t\t\t\t<cbc:ID schemeID=\"0195\">SGUEN52027600X</cbc:ID> <!-- BT-29, BT-29-1 -->\n\t\t\t</cac:PartyIdentification>\n\t\t\t\t\t<cac:PartyName>\n\t\t\t\t<cbc:Name>TRADERSPERMITS</cbc:Name> <!-- BT-28 -->\n\t\t\t</cac:PartyName>\n\t\t\t<cac:PostalAddress>\n\t\t\t\t<cbc:StreetName>No. 21, North Perimeter Road</cbc:StreetName> <!-- BT-35 -->\n\t\t\t\t<cbc:AdditionalStreetName>Singapore Post Building #01-01, Airmail Transit Centre</cbc:AdditionalStreetName> <!-- BT-36 -->\n\t\t\t\t<cbc:CityName>Singapore</cbc:CityName> <!-- BT-37 -->\n\t\t\t\t<cbc:PostalZone>819118</cbc:PostalZone> <!-- BT-38 -->\n\t\t\t\t<cbc:CountrySubentity>Singapore</cbc:CountrySubentity> <!-- BT-39 -->\n\t\t\t\t<cac:Country>\n\t\t\t\t\t<cbc:IdentificationCode>SG</cbc:IdentificationCode> <!-- BT-40 -->\n\t\t\t\t</cac:Country>\n\t\t\t</cac:PostalAddress>\n\t\t\t<cac:PartyLegalEntity>\n\t\t\t\t<cbc:RegistrationName>TRADERSPERMITS</cbc:RegistrationName> <!-- BT-27 -->\n\t\t\t</cac:PartyLegalEntity>\n\t\t\t<cac:Contact>\n\t\t\t\t<cbc:Name>Yvonne Tan</cbc:Name>  <!-- BT-41 -->\n\t\t\t\t<cbc:ElectronicMail>ops@traders-permits.com.sg</cbc:ElectronicMail> <!-- BT-43 -->\n\t\t\t</cac:Contact>\n\t\t</cac:Party>\n\t</cac:AccountingSupplierParty>\n\t\n\t<cac:AccountingCustomerParty>\n\t<cac:Party>\n\t\t\t<cbc:EndpointID schemeID=\"0195\">SGUEN201220144R</cbc:EndpointID>\n\t\t<cac:PartyIdentification>\n\t\t\t<cbc:ID schemeID=\"0195\">SGUEN201220144R</cbc:ID>\n\t\t</cac:PartyIdentification>\n\t\t<cac:PostalAddress>\n\t\t\t<cac:Country>\n\t\t\t\t<cbc:IdentificationCode>SG</cbc:IdentificationCode>\n\t\t\t</cac:Country>\n\t\t</cac:PostalAddress>\n\t\t<cac:PartyLegalEntity>\n\t\t\t<cbc:RegistrationName>LIM YAN HWEE TRADING PTE LTD</cbc:RegistrationName>\n\t\t</cac:PartyLegalEntity>\n\t</cac:Party>\n\t</cac:AccountingCustomerParty>\n\n<cac:PaymentMeans>\n  <cbc:PaymentMeansCode name=\"PayNow\">Z02</cbc:PaymentMeansCode> \n  <cbc:PaymentID>52027600X</cbc:PaymentID> \n  <cac:PayeeFinancialAccount>\n    <cbc:ID>UEN: 52027600X</cbc:ID> \n  </cac:PayeeFinancialAccount>\n</cac:PaymentMeans>\n\t<cac:PaymentTerms>\n\t\t\t<cbc:Note>Pay on receipt / by due date.</cbc:Note>\n\t</cac:PaymentTerms>\n\n\t<cac:TaxTotal>\n\t\t<cbc:TaxAmount currencyID=\"SGD\">0</cbc:TaxAmount>\n\t\t\t<cac:TaxSubtotal>\n\t\t\t\t<cbc:TaxableAmount currencyID=\"SGD\">13</cbc:TaxableAmount>\n\t\t\t\t<cbc:TaxAmount currencyID=\"SGD\">0</cbc:TaxAmount>\n\t\t\t\t<cac:TaxCategory>\n\t\t\t\t\t<cbc:ID>NG</cbc:ID>\n\t\t\t\t\t<cbc:Percent>0</cbc:Percent>\n\t\t\t\t\t<cac:TaxScheme>\n\t\t\t\t\t\t<cbc:ID>GST</cbc:ID>\n\t\t\t\t\t</cac:TaxScheme>\n\t\t\t\t</cac:TaxCategory>\n\t\t\t</cac:TaxSubtotal>\n\t</cac:TaxTotal>\n\n\t<cac:LegalMonetaryTotal>\n\t\t<cbc:LineExtensionAmount currencyID=\"SGD\">13</cbc:LineExtensionAmount>\n\t\t<cbc:TaxExclusiveAmount currencyID=\"SGD\">13</cbc:TaxExclusiveAmount>\n\t\t<cbc:TaxInclusiveAmount currencyID=\"SGD\">13</cbc:TaxInclusiveAmount>\n\t\t<cbc:AllowanceTotalAmount currencyID=\"SGD\">0.00</cbc:AllowanceTotalAmount>\n\t\t<cbc:PayableAmount currencyID=\"SGD\">13</cbc:PayableAmount>\n\t</cac:LegalMonetaryTotal>\n\n\t<cac:InvoiceLine>\n\t\t<cbc:ID>167424.1</cbc:ID>\n\t\t<cbc:InvoicedQuantity unitCode=\"H87\">1</cbc:InvoicedQuantity>\n\t\t<cbc:LineExtensionAmount currencyID=\"SGD\">13</cbc:LineExtensionAmount> <!-- fix -->\n\t\t<cac:Item>\n\t\t\t<cbc:Name>Permit Fee: GF-IG4C690555G</cbc:Name>\n\t\t\t\t<cac:ClassifiedTaxCategory>\n\t\t\t\t\t<cbc:ID>NG</cbc:ID>\n\t\t\t\t\t<cbc:Percent>0</cbc:Percent>\n\t\t\t\t\t<cac:TaxScheme>\n\t\t\t\t\t\t<cbc:ID>GST</cbc:ID>\n\t\t\t\t\t</cac:TaxScheme>\n\t\t\t\t</cac:ClassifiedTaxCategory>\n\t\t</cac:Item>\n\t\t<cac:Price>\n\t\t\t<cbc:PriceAmount currencyID=\"SGD\">13</cbc:PriceAmount>  <!-- fix -->\n\t\t\t<cbc:BaseQuantity unitCode=\"H87\">1</cbc:BaseQuantity>  <!-- fix -->\n\t\t</cac:Price>\n\t</cac:InvoiceLine>\n\n\t\n</Invoice>\n</StandardBusinessDocument>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://peppolgateway.billbay.io/sendXml?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["sendXml"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:16:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"76"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"files\": \"xml_1723004189.xml\",\n    \"status\": 200,\n    \"errors\": null\n}"}],"_postman_id":"c64ce781-77d9-44e3-adfd-1b4b2f60bed6"},{"name":"RecvXml","id":"0fc23836-46f8-4b66-b7af-4b50ba7a86b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/download/DIRECTORY_NAME/FILE_NAME?api_key=YOUR_API_KEY","description":"<p>Incoming files are found in the recv folder.</p>\n<ul>\n<li><p>Receipts are marked with filenames starting with RCPT.</p>\n</li>\n<li><p>Inbound Tranmissions are marked with filenames starting with DLVY.</p>\n</li>\n</ul>\n<p>Use Get List API to determine the incoming filenames. Then make use of this API to retrieve the corresponding filename as an XML.</p>\n","urlObject":{"path":["download","DIRECTORY_NAME","FILE_NAME"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"4f003ebf-c339-4803-a9c0-d295e02b4950","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/download/recv/RCPT-200-7bc09cef-6e90-4037-9803-373507cd6d86.xml?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["download","recv","RCPT-200-7bc09cef-6e90-4037-9803-373507cd6d86.xml"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:17:19 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache, no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0"},{"key":"Content-Disposition","value":"attachment; filename=\"RCPT-200-7bc09cef-6e90-4037-9803-373507cd6d86.xml\""},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2790"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/xml"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<SendResponse xmlns=\"urn:com:billbay:peppol:ws:envelope\">\n    <Status>\n        <Code>200</Code>\n        <MessageIdentifier>bb167424-51b31241-5222-4ff3-bef1-39879c3bc35e</MessageIdentifier>\n        <RelayOperatorIdentifier>1107</RelayOperatorIdentifier>\n        <Description>Message successfully delivered with AS4.</Description>\n        <ProofOfDelivery>\n            <Received>2024-08-07T02:21:55Z</Received>\n            <ReceiverAddress>https://ap.sea.galaxygw.com/server/as4</ReceiverAddress>\n            <Certificate>-----BEGIN CERTIFICATE-----\nMIIFsjCCA5qgAwIBAgIQJrlk9PZCzFfConpQvkUYTjANBgkqhkiG9w0BAQsFADBO\nMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQT3BlblBFUFBPTCBBSVNCTDEkMCIGA1UE\nAxMbUEVQUE9MIEFDQ0VTUyBQT0lOVCBDQSAtIEcyMB4XDTI0MDYyMDAwMDAwMFoX\nDTI2MDYxMDIzNTk1OVowXDELMAkGA1UEBhMCU0cxGjAYBgNVBAoMEUJpbGxiYXkg\nUHRlLiBMdGQuMR0wGwYDVQQLDBRQRVBQT0wgUFJPRFVDVElPTiBBUDESMBAGA1UE\nAwwJUFNHMDAwNDE3MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjWMZ\nz8KaQBMBPWAY9vGywCUDG0Idq8/Muvraoo2PYLm9W2rJ2Sly8EUzj1Ck3SVQmoo4\nBOSyLrfsnSr791JWHHoPwCcevU8Jb5oZTIpifEh9yErzrhCKdWReRTOnltIjgWdD\n9Pzh+D439fEDHFJCoPza3ZR4Et3snYuaGONtnaOBk3ibCWwlXMPd6yWCWTxih8V0\nx6iclCgxgQYWURkZrUb831LTZqSiLP3wM21got0XLedsTmeZp7Og5t40nUdzQ8DR\nGxj46WckkATayCS0piFMQs0rVVVwNtM65i9Db1o8GYrYjKS+pi6ksAn5qsgNq0bs\nBwuDGOR0dO7enwScbQIDAQABo4IBfDCCAXgwDAYDVR0TAQH/BAIwADAOBgNVHQ8B\nAf8EBAMCA6gwFgYDVR0lAQH/BAwwCgYIKwYBBQUHAwIwHQYDVR0OBBYEFNiaL2de\njUpZtHqvbajjnPw8GP3KMF0GA1UdHwRWMFQwUqBQoE6GTGh0dHA6Ly9wa2ktY3Js\nLnN5bWF1dGguY29tL2NhXzdiZWRjYmNjNGY3MjRlZmUzMGQ1MDA2ZGRhNjgxYmEw\nL0xhdGVzdENSTC5jcmwwNwYIKwYBBQUHAQEEKzApMCcGCCsGAQUFBzABhhtodHRw\nOi8vcGtpLW9jc3Auc3ltYXV0aC5jb20wHwYDVR0jBBgwFoAUhyXfWyOmxDv5n98b\npSCR3eT0PIEwLQYKYIZIAYb4RQEQAwQfMB0GE2CGSAGG+EUBEAECAwEBgbLX9DYW\nBjk1NzYwODA5BgpghkgBhvhFARAFBCswKQIBABYkYUhSMGNITTZMeTl3YTJrdGNt\nRXVjM2x0WVhWMGFDNWpiMjA9MA0GCSqGSIb3DQEBCwUAA4ICAQAROH9vfxHFv3iA\nzxiIT8K8+qbIxIgPJUff44NSg7GMrTdzh1hH/XDFcgy/tZ/Nr7WgVUT3bouryvl2\nifGc2DUnFPqSn/DqEI9wTLIN5lmmLelAyoeqhRCscmO5gb30mXMpVuZIrUkw+y9u\nHvpxYLAO5ZNhiN9kYAktnLRAqFyxH/uD97QktIx/rCQk5r1dbtC2kMrIUfRc4wEM\ni+A4+3tJY7Jbva/JgAjL4KL8HpQIUmO/45b3xLXOnIx2hkEl3NzHOEpfbRdOsdAK\nfnUWb1o7ryULQ7R9JTyl5N25XPOqgQwoEuQMv+BSmDA03fv8+WSw9YzlTi6fObPz\nV+MZVFxLjxteNz4oKokexsahK2GkhIdboV3uHQsSUqPKYL2E15/ShDC+R3FFGnMR\ngL+w1B6Bk33fG4NXg8Os2WH+C7sc3BwPibEMtkYQXGYkUCrG9x+3GDcIJc7vGRXG\nWEqkrmUTFBeUAeRY5EpI2UtlCn9+8l4JjF/Gi8Dy2R6MGDMiEG1SjaLAMnKWfIRn\nLOvSZmwsD6mAHxmjQBw07Ly6NHFX6swXMTo2Ot8aYXK2DYE3EyhnLZlzvsyMpyl0\nTAlolh1auI/E47iOvZ/wRWbIeWpiEBVVH86XJUT4xg68kGWPHzSyko39eMiCzURD\nnWvJTjNLU+2JAtZjRHyI1j+kRJhvCw==\n-----END CERTIFICATE-----\n</Certificate>\n            <Content>{\"eb:Receipt\": {\n  \"ebbp:NonRepudiationInformation\": {\n    \"xmlns:ebbp\": \"http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0\",\n    \"ebbp:MessagePartNRInformation\": [\n      {\"ds:Reference\": {\n        \"ds:DigestMethod\": {\"Algorithm\": \"http://www.w3.org/2001/04/xmlenc#sha256\"},\n        \"ds:DigestValue\": \"8ahfIDFwJjJ1h8xTWr5x/PN9OrXzy93hzv+LzTa0N/M=\",\n        \"URI\": \"#mid:426086d9-bd7c-4a23-b87d-872655c6c4e4\",\n        \"xmlns:ds\": \"http://www.w3.org/2000/09/xmldsig#\",\n        \"ds:Transforms\": {\"ds:Transform\": {\"Algorithm\": \"http://www.w3.org/2001/10/xml-exc-c14n#\"}}\n      }},\n      {\"ds:Reference\": {\n        \"ds:DigestMethod\": {\"Algorithm\": \"http://www.w3.org/2001/04/xmlenc#sha256\"},\n        \"ds:DigestValue\": \"kkQwLs8G0W91HDbhOu+YPtzqVdiuvjKL01yfCnyhEnk=\",\n        \"URI\": \"#id-146f8ff9-ffc4-42bf-a288-5bf1789a0a0e\",\n        \"xmlns:ds\": \"http://www.w3.org/2000/09/xmldsig#\",\n        \"ds:Transforms\": {\"ds:Transform\": {\"Algorithm\": \"http://www.w3.org/2001/10/xml-exc-c14n#\"}}\n      }},\n      {\"ds:Reference\": {\n        \"ds:DigestMethod\": {\"Algorithm\": \"http://www.w3.org/2001/04/xmlenc#sha256\"},\n        \"ds:DigestValue\": \"cAUvwqyBLqsm5Feb5QOL5CjbJabI3liuCWVRp3YsuUI=\",\n        \"URI\": \"cid:f41ddfb6-ad77-48ed-b46a-ab74c3a3a1b3@ggw.pid\",\n        \"xmlns:ds\": \"http://www.w3.org/2000/09/xmldsig#\",\n        \"ds:Transforms\": {\"ds:Transform\": {\"Algorithm\": \"http://docs.oasis-open.org/wss/oasis-wss-SwAProfile-1.1#Attachment-Content-Signature-Transform\"}}\n      }}\n    ],\n    \"xmlns:ns11\": \"http://www.w3.org/1999/xlink\"\n  },\n  \"xmlns:eb\": \"http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/\"\n}}</Content>\n        </ProofOfDelivery>\n    </Status>\n    <OriginalHeader>\n        <MessageIdentifier>bb167424-51b31241-5222-4ff3-bef1-39879c3bc35e</MessageIdentifier>\n        <RelayOperatorIdentifier>1107</RelayOperatorIdentifier>\n        <SenderIdentifier>\n            <Scheme>iso6523-actorid-upis</Scheme>\n            <Value>0195:SGTSTBILLBAY02</Value>\n        </SenderIdentifier>\n        <RecipientIdentifier>\n            <Scheme>iso6523-actorid-upis</Scheme>\n            <Value>0195:SGTSTBILLBAY01</Value>\n        </RecipientIdentifier>\n        <DocumentIdentifier>\n            <Scheme>busdox-docid-qns</Scheme>\n            <Value>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1</Value>\n        </DocumentIdentifier>\n        <ProcessIdentifier>\n            <Scheme>cenbii-procid-ubl</Scheme>\n            <Value>urn:fdc:peppol.eu:2017:poacc:billing:01:1.0</Value>\n        </ProcessIdentifier>\n    </OriginalHeader>\n</SendResponse>"}],"_postman_id":"0fc23836-46f8-4b66-b7af-4b50ba7a86b1"},{"name":"Transactions","id":"30fcffae-1d78-40c9-af71-2c38c22d4537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://peppolgateway.billbay.io/getTransactions?api_key=YOUR_API_KEY&doc_id=BB-PO-0013&txn_date=2022-08-08&txid_orig=bb23-http-povb-0013","description":"<p>All outbound transactions will generate a receipt. The receipt file, which begins with \"RCPT,\" will indicate whether the outbound transmission was successful or failed. This API extracts key metadata from the RCPT file and stores it, allowing you to query the transaction status of any outbound transaction using the supported parameters listed below.</p>\n<p>If no parameter is supplied to this endpoint, the transaction date (txn_date) will default to current date and the request will return the status of all transactions for the current date.</p>\n<p><strong>Note: GetStatus API Call is deprecated and replaced by this endpoint.</strong></p>\n","urlObject":{"protocol":"https","path":["getTransactions"],"host":["peppolgateway","billbay","io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"},{"key":"doc_id","value":"BB-PO-0013"},{"key":"txn_date","value":"2022-08-08"},{"key":"txid_orig","value":"bb23-http-povb-0013"}],"variable":[]}},"response":[{"id":"24101615-e4b3-4fd1-98a5-01fa9b365266","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    // \"txn_date\":\"2022-08-08\",\n    \"doc_id\":\"BB-PO-0013\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://peppolgateway.billbay.io/getTransactions?api_key=YOUR_API_KEY","protocol":"https","host":["peppolgateway","billbay","io"],"path":["getTransactions"],"query":[{"key":"api_key","value":"YOUR_API_KEY"},{"key":"doc_id","value":"BB-PO-0013","disabled":true},{"key":"txn_date","value":"2022-08-08","disabled":true},{"key":"txid_orig","value":"bb23-http-povb-0013","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 04:18:39 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"2367"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"45\",\n            \"sender\": \"0195:SGTSTBILLBAY01\",\n            \"receiver\": \"0195:SGTSTBILLBAY02\",\n            \"sender_name\": \"BILLBAY TEST 01\",\n            \"receiver_name\": \"BILLBAY TEST 02\",\n            \"doc_type\": \"Order\",\n            \"doc_id\": \"BB-PO-0013\",\n            \"txid_orig\": \"bb23-http-povb-0013\",\n            \"filename\": \"BB1_220_023510_083783926.xml\",\n            \"response\": \"200\",\n            \"comments\": \"Message successfully delivered with AS4.\",\n            \"rcpt_file\": \"RCPT1107-f1ffe0d9-47a2-4e60-96d3-9314717f4657.xml\",\n            \"txn_time\": \"2022-08-08 02:36:03\",\n            \"datestamp\": \"2022-08-09 12:32:20\",\n            \"processed\": \"1\",\n            \"formatted_txn_time\": \"08-08-2022\"\n        },\n        {\n            \"id\": \"56\",\n            \"sender\": \"0195:SGTSTBILLBAY01\",\n            \"receiver\": \"0195:SGTSTBILLBAY02\",\n            \"sender_name\": \"BILLBAY TEST 01\",\n            \"receiver_name\": \"BILLBAY TEST 02\",\n            \"doc_type\": \"Order\",\n            \"doc_id\": \"BB-PO-0013\",\n            \"txid_orig\": \"bb23-http-povb-0013\",\n            \"filename\": \"BB2_22220_105835_7804036.xml\",\n            \"response\": \"200\",\n            \"comments\": \"Message successfully delivered with AS4.\",\n            \"rcpt_file\": \"RCPT1107-f1ffe0d9-47a2-4e60-96d3-9314717f4657.xml\",\n            \"txn_time\": \"2022-08-08 11:01:29\",\n            \"datestamp\": \"2022-08-09 12:32:20\",\n            \"processed\": \"1\",\n            \"formatted_txn_time\": \"08-08-2022\"\n        },\n        {\n            \"id\": \"58\",\n            \"sender\": \"0195:SGTSTBILLBAY01\",\n            \"receiver\": \"0195:SGTSTBILLBAY02\",\n            \"sender_name\": \"BILLBAY TEST 01\",\n            \"receiver_name\": \"BILLBAY TEST 02\",\n            \"doc_type\": \"Order\",\n            \"doc_id\": \"BB-PO-0013\",\n            \"txid_orig\": \"bb23-http-povb-0013\",\n            \"filename\": \"BB1_22220_110122_5685288.xml\",\n            \"response\": \"200\",\n            \"comments\": \"Message successfully delivered with AS4.\",\n            \"rcpt_file\": \"RCPT1107-f1ffe0d9-47a2-4e60-96d3-9314717f4657.xml\",\n            \"txn_time\": \"2022-08-08 11:05:12\",\n            \"datestamp\": \"2022-08-09 12:32:20\",\n            \"processed\": \"1\",\n            \"formatted_txn_time\": \"08-08-2022\"\n        }\n    ],\n    \"message\": \"Records fetched successfully\",\n    \"errors\": null\n}"}],"_postman_id":"30fcffae-1d78-40c9-af71-2c38c22d4537"},{"name":"Delete","id":"351c9ca7-6f29-48fc-8cf5-6075eaa56dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/delete/recv/DLVY1107-0f595666-de30-4ad2-84fe-470947c68ac7.xml?api_key=YOUR_API_KEY","description":"<p>It is highly recommended to maintain your Access Point folders by regularly clearing unnecessary files. Specifically, you should remove outbound transmission files from the 'done' folder and inbound transmissions and receipts from the 'recv' folder. Use this endpoint to delete specific files within a directory. For a complete directory listing, utilize the GET List API to identify the files you wish to delete.</p>\n","urlObject":{"path":["delete","recv","DLVY1107-0f595666-de30-4ad2-84fe-470947c68ac7.xml"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"c147b331-4d81-4b35-8fbe-8c6f085221e0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/delete/recv/DLVY-24220-102218-465178208-0195-SGTSTBILLBAY02-036e8d0d.xml?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["delete","recv","DLVY-24220-102218-465178208-0195-SGTSTBILLBAY02-036e8d0d.xml"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 06:26:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"163"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"File 'test_file.xml' has been deleted successfully.\",\n    \"errors\": null\n}"}],"_postman_id":"351c9ca7-6f29-48fc-8cf5-6075eaa56dbb"},{"name":"Flush","id":"8e41ded9-bfd8-4b4b-ae1c-e9ad2a1578fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/flush/recv?api_key=YOUR_API_KEY","description":"<p>It is highly recommended to maintain your Access Point folders by regularly clearing unnecessary files. Use this endpoint with caution to delete all files within the specified folder.</p>\n","urlObject":{"path":["flush","recv"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"ccb98246-2d3c-407a-acd0-01c0f433276e","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/flush/send?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["flush","send"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Aug 2024 06:27:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"123"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"All files from 'send' directory have been deleted successfully.\",\n    \"errors\": null\n}"}],"_postman_id":"8e41ded9-bfd8-4b4b-ae1c-e9ad2a1578fc"},{"name":"C5 Activate Participant","id":"d24e55ca-646e-4424-ad35-1bd527232041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Suresh BB\",\n    \"email\":\"bb.support@billbay.co\"\n}","options":{"raw":{"language":"json"}}},"url":"https://peppolgateway.billbay.io/c5/activate/{{participant_id}}/{{suborg_id}}?api_key=YOUR_API_KEY","description":"<p>Only whitelisted organisations can submit tax data to C5. This endpoint allows you to activate an organisation for C5 submissions via the InvoiceNow Network.</p>\n","urlObject":{"path":["c5","activate","{{participant_id}}","{{suborg_id}}"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"194b6d2e-2a59-43da-8a6e-0f5da208deb9","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"suresh bb\",\n    \"email\":\"bb.support@billbay.co\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://peppolgateway.billbay.io/c5/activate/iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B/billbay?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","activate","iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B","billbay"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Thu, 12 Dec 2024 09:03:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Participant activated successfully\",\n    \"errors\": null,\n    \"data\": {\n        \"signingLink\": \"https://kyc.test.peppolsmp.sg/c5-activation?pid=iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B&token=be30f631-f0b2-4803-ad3f-d8e48ac295a8\"\n    }\n}"}],"_postman_id":"d24e55ca-646e-4424-ad35-1bd527232041"},{"name":"C5 Deactivate Participant","id":"430bb8ed-e984-46b0-935c-8ad74d98ce69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"suresh bb\",\n    \"email\":\"bb.support@billbay.co\"\n}","options":{"raw":{"language":"json"}}},"url":"https://peppolgateway.billbay.io/c5/deactivate/{{participant_id}}/{{suborg_id}}?api_key=YOUR_API_KEY","description":"<p>This endpoint removes a C5 activated organization from the whitelist, preventing any future submission of tax data by the organization via the invoiceNow Network.</p>\n","urlObject":{"path":["c5","deactivate","{{participant_id}}","{{suborg_id}}"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"270f452e-349a-4c23-849d-a05fba2c7ba1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"suresh bb\",\n    \"email\":\"bb.support@billbay.co\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://peppolgateway.billbay.io/c5/activate/{{participant_id}}/billbay?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","activate","{{participant_id}}","billbay"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Thu, 12 Dec 2024 09:03:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Participant activated successfully\",\n    \"errors\": null,\n    \"data\": {\n        \"signingLink\": \"https://kyc.test.peppolsmp.sg/c5-activation?pid=iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B&token=be30f631-f0b2-4803-ad3f-d8e48ac295a8\"\n    }\n}"}],"_postman_id":"430bb8ed-e984-46b0-935c-8ad74d98ce69"},{"name":"C5 Transaction Status","id":"f788eb7f-e362-48c4-87f4-afcd791c06fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://peppolgateway.billbay.io/c5/getTransactions?doc_uuid={{doc_uuid}}&txn_uuid={{txn_uuid}}&api_key=YOUR_API_KEY","description":"<p>Use this to query the status of any C5 tax data submissions. Successful submissions receive an acknowledgement ID. In order to make use of this endpoint, you will need to provide at least the SBDH Transaction UUID or the Document UUID.</p>\n","urlObject":{"path":["c5","getTransactions"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"doc_uuid","value":"{{doc_uuid}}"},{"key":"txn_uuid","value":"{{txn_uuid}}"},{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"d84740c9-6c4a-4778-802f-401e1f284ef4","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"doc_uuid","value":"123","type":"text","disabled":true},{"key":"txn_uuid","value":"","type":"text","disabled":true}]},"url":{"raw":"https://peppolgateway.billbay.io/c5/getTransactions?txn_uuid={{txn_uuid}}&api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","getTransactions"],"query":[{"key":"txn_uuid","value":"{{txn_uuid}}"},{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Feb 2025 06:32:44 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"1282"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Records fetched successfully\",\n    \"errors\": null,\n    \"data\": [\n        {\n            \"origin\": \"iras\",\n            \"id\": \"9126\",\n            \"sender\": \"0195:SGUEN196000073H\",\n            \"receiver\": \"0195:SGTSTBILLBAY01\",\n            \"message\": \"Acknowledged.\",\n            \"received\": \"1\",\n            \"txid_orig\": \"07335cfb-d75d-47b7-a3f7-1d5e57fc9bda\",\n            \"doc_uuid\": \"302cc9d5-4f39-4c66-8a40-bb581f4811af\",\n            \"response\": \"200\",\n            \"processed\": \"3\",\n            \"api_type\": \"submit\",\n            \"c5_full_response\": {\n                \"message\": \"Acknowledged.\",\n                \"success\": true,\n                \"version\": \"1.0\",\n                \"correlationId\": \"69be8c11-c7a0-4d8b-8eb7-ea61bdcaed68\",\n                \"acknowledgementId\": \"250209-69be8c11-c7a0-4d8b-8eb7-ea61bdcaed68-s001\",\n                \"senderId\": \"0195:SGUEN196000073H\",\n                \"transmissionId\": \"07335cfb-d75d-47b7-a3f7-1d5e57fc9bda\",\n                \"received\": 1,\n                \"documentUuid\": \"302cc9d5-4f39-4c66-8a40-bb581f4811af\",\n                \"progress\": \"ProcessingQueue\",\n                \"code\": 200\n            },\n            \"txn_date\": \"2025-02-10\",\n            \"datestamp\": \"2025-02-10 03:53:14\"\n        }\n    ]\n}"}],"_postman_id":"f788eb7f-e362-48c4-87f4-afcd791c06fc"},{"name":"C5 Participant Status","id":"453661b4-04c7-4d43-bf6b-770ec5eaf035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"AS2iHqKkd2JN4nYH3kbvqFKX","type":"text"}],"url":"https://peppolgateway.billbay.io/c5/checkStatus/{{participant_id}}/{{suborg_id}}?api_key=YOUR_API_KEY","description":"<p>Use this to query the C5 status of an organisation to know whether the organisation is on the C5 whitelist or not.</p>\n","urlObject":{"path":["c5","checkStatus","{{participant_id}}","{{suborg_id}}"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"3232cb11-fd7a-4b1b-ad22-5dc7e8c7bfc0","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"token","value":"AS2iHqKkd2JN4nYH3kbvqFKX","type":"text"}],"url":{"raw":"https://peppolgateway.billbay.io/c5/checkStatus/iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B/billbay?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","checkStatus","iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B","billbay"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Thu, 12 Dec 2024 09:22:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"data\": {\n        \"code\": \"GGW-339\",\n        \"developerMessage\": \"Couldn't find C5 activation for participant/organization combination!\",\n        \"message\": \"The requested entity does not exist.\",\n        \"timestamp\": \"2024-12-12T09:22:45.564461Z\",\n        \"status\": 404\n    }\n}"}],"_postman_id":"453661b4-04c7-4d43-bf6b-770ec5eaf035"},{"name":"C5 Cancel","id":"f19dd728-fab8-4677-ac11-5235691eb15d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"AS2iHqKkd2JN4nYH3kbvqFKX","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://peppolgateway.billbay.io/c5/cancel/{{participant_id}}/{{suborg_id}}?api_key=YOUR_API_KEY","description":"<p>Use this endpoint to cancel any live or in-progress C5 activation or de-activation processes that are underway.</p>\n","urlObject":{"path":["c5","cancel","{{participant_id}}","{{suborg_id}}"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"e4879d0d-8f6b-483f-8b24-e920f9a3e053","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"token","value":"AS2iHqKkd2JN4nYH3kbvqFKX","type":"text"}],"url":{"raw":"https://peppolgateway.billbay.io/c5/checkStatus/iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B/billbay?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","checkStatus","iso6523-actorid-upis%3A%3A0195%3ASGUENR52GA1519B","billbay"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8080"},{"key":"Date","value":"Thu, 12 Dec 2024 09:22:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"data\": {\n        \"code\": \"GGW-339\",\n        \"developerMessage\": \"Couldn't find C5 activation for participant/organization combination!\",\n        \"message\": \"The requested entity does not exist.\",\n        \"timestamp\": \"2024-12-12T09:22:45.564461Z\",\n        \"status\": 404\n    }\n}"},{"id":"807a5b22-0ee6-4296-bf11-bd02f7509fb1","name":"C5 Cancel","originalRequest":{"method":"GET","header":[{"key":"token","value":"AS2iHqKkd2JN4nYH3kbvqFKX","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://peppolgateway.billbay.io/c5/cancel/{{participant_id}}/billbay?api_key=YOUR_API_KEY","host":["https://peppolgateway.billbay.io"],"path":["c5","cancel","{{participant_id}}","billbay"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f19dd728-fab8-4677-ac11-5235691eb15d"},{"name":"C5 CheckGSTN","id":"ace2bd60-5063-4452-aa3d-d652e49209a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/CheckGSTN?api_key={{api_key}}&gst_number={{gst_number}}","description":"<p>Use this to query if an organisation is formally GST registered with IRAS and allowed to charge GST.</p>\n","urlObject":{"path":["CheckGSTN"],"host":["https://peppolgateway.billbay.io"],"query":[{"key":"api_key","value":"{{api_key}}"},{"key":"gst_number","value":"{{gst_number}}"}],"variable":[]}},"response":[{"id":"05c96c36-31c3-4fa2-9d9a-54c5de3a5b9d","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/CheckGSTN?api_key={{api_key}}&gst_number={{gst_number}}","host":["https://peppolgateway.billbay.io"],"path":["CheckGSTN"],"query":[{"key":"api_key","value":"{{api_key}}"},{"key":"gst_number","value":"{{gst_number}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 15 Nov 2024 06:50:13 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"202"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"returnCode\":\"10\",\"data\":{\"gstRegistrationNumber\":\"M200033183\",\"name\":\"HOCK TONG BEE (PRIVATE) LIMITED\",\"registrationId\":\"196000073H\",\"RegisteredFrom\":\"1994-04-01T00:00:00\",\"Status\":\"Registered\",\"Remarks\":\"-\"},\"info\":{\"fieldInfoList\":[]}}"},{"id":"a7d4a68e-08b4-41f1-a4b7-69d4cedd24f6","name":"No Data Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/CheckGSTN?api_key={{api_key}}&gst_number={{gst_number}}","host":["https://peppolgateway.billbay.io"],"path":["CheckGSTN"],"query":[{"key":"api_key","value":"{{api_key}}"},{"key":"gst_number","value":"{{gst_number}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 15 Nov 2024 06:51:55 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"106"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\"returnCode\":\"20\",\"info\":{\"fieldInfoList\":[],\"message\":\"No match data found\",\"messageCode\":\"400033\"}}"}],"_postman_id":"ace2bd60-5063-4452-aa3d-d652e49209a5"},{"name":"C5 To Production","id":"78132a7c-c158-49a9-8118-f03fd4e1d3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/c5/set-production?api_key=YOUR_API_KEY","urlObject":{"protocol":"https","path":["c5","set-production"],"host":["peppolgateway","billbay","io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"08f86aca-7bfa-459e-b750-9f7bcc0cf68c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/c5/set-production?api_key=YOUR_API_KEY","protocol":"https","host":["peppolgateway","billbay","io"],"path":["c5","set-production"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 15 Aug 2025 21:59:43 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Production flag updated successfully\",\n    \"errors\": null\n}"}],"_postman_id":"78132a7c-c158-49a9-8118-f03fd4e1d3f5"},{"name":"C5 To Sandbox","id":"4ce3a440-0342-487e-9616-7b054f4a1bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://peppolgateway.billbay.io/c5/set-sandbox?api_key=YOUR_API_KEY","urlObject":{"protocol":"https","path":["c5","set-sandbox"],"host":["peppolgateway","billbay","io"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"de801313-7d9a-4dd3-ad08-61e113aba720","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://peppolgateway.billbay.io/c5/set-sandbox?api_key=YOUR_API_KEY","protocol":"https","host":["peppolgateway","billbay","io"],"path":["c5","set-sandbox"],"query":[{"key":"api_key","value":"YOUR_API_KEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 15 Aug 2025 22:02:00 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"origin, x-requested-with, content-type"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"94"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Production flag unset successfully\",\n    \"errors\": null\n}"}],"_postman_id":"4ce3a440-0342-487e-9616-7b054f4a1bec"}],"event":[{"listen":"prerequest","script":{"id":"74e59283-4b8b-47bf-8b60-691bc8cb5ae0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c1fd905-9625-49a5-a85c-9ae669a6672b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://peppolgateway.billbay.io","type":"string"},{"key":"apiKey","value":"YOUR_API_KEY","type":"string"}]}