{ "info": { "_postman_id": "707ea99c-c768-4ca3-b299-b6144182c3c7", "name": "Suger API Buyer API", "description": "CRUD operations on a set of resources, including organizations, products, offers, entitlements, usage record groups for meterting, etc.\n\nContact Support:\n Name: Suger Support\n Email: support@suger.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-707ea99c-c768-4ca3-b299-b6144182c3c7" }, "item": [ { "name": "org", "item": [ { "name": "{orgId}", "item": [ { "name": "buyer", "item": [ { "name": "{buyerId}", "item": [ { "name": "wallet", "item": [ { "name": "{walletId}", "item": [ { "name": "close", "item": [ { "name": "Close Credit Wallet", "id": "42d1eb24-ffc8-4b28-9f41-572f7f863f63", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/close", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "close" ], "variable": [ { "id": "1ca34ae7-8df5-48a9-bbae-3c0fdbcc8981", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "69dbef2e-0324-4719-b4e2-bc7451b66fc1", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "d38e3816-811d-4f6f-bf01-53ca1ba6ba5f", "key": "walletId", "value": "", "description": "(Required) Wallet ID" } ] }, "description": "Close the given credit wallet, if it's a payment method, sync to payment provider too. Once closed, it can't be used for payment." }, "response": [ { "id": "fffce134-0a42-45dc-a479-2ab5426b9ff0", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/close", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "close" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"expireTime\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"closeDate\": \"\",\n \"stripePaymentMethod\": {\n \"bacs_debit\": {\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"sort_code\": \"\"\n },\n \"card\": {\n \"brand\": \"jcb\",\n \"country\": \"\",\n \"display_brand\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"fingerprint\": \"\",\n \"funding\": \"credit\",\n \"last4\": \"\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"livemode\": \"\",\n \"object\": \"\",\n \"sepa_debit\": {\n \"bank_code\": \"\",\n \"branch_code\": \"\",\n \"country\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\"\n },\n \"us_bank_account\": {\n \"account_holder_type\": \"individual\",\n \"account_type\": \"savings\",\n \"bank_name\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"routing_number\": \"\"\n }\n },\n \"stripeSetupIntentId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ADYEN\",\n \"startTime\": \"\",\n \"status\": \"EXPIRED\",\n \"totalAmount\": \"\",\n \"type\": \"card\",\n \"usedAmount\": \"\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-fffce134-0a42-45dc-a479-2ab5426b9ff0" }, { "id": "3904693e-daf7-44ae-9862-ff4c663098b8", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/close", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "close" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-3904693e-daf7-44ae-9862-ff4c663098b8" }, { "id": "d829c4df-fae6-4d36-a453-32515c426625", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/close", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "close" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-d829c4df-fae6-4d36-a453-32515c426625" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-42d1eb24-ffc8-4b28-9f41-572f7f863f63" } ], "id": "16c88103-4b42-415f-9a4a-92cc3b6d34a6", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-16c88103-4b42-415f-9a4a-92cc3b6d34a6" }, { "name": "default", "item": [ { "name": "Set Buyer Default Wallet", "id": "57445f1d-98e3-4739-8982-b741df977af4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "default" ], "variable": [ { "id": "450088a4-b2f8-4584-9a12-14bcf42849bc", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "d8bb3351-726e-4f60-8ac3-01fcb1f8b363", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "18665a47-c6a0-4bc4-b889-6dca38f61e68", "key": "walletId", "value": "", "description": "(Required) Wallet ID" } ] }, "description": "set a payment method wallet as buyer's default wallet." }, "response": [ { "id": "3a4b42a8-5413-4117-bb05-609a5cd3a421", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "default" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"ut_4d6\": 89904556.03560257\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"ullamco4\": 87482582.70584062,\n \"esse_\": 75153843.00376606\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"APPROVED\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"ach_debit\",\n \"bacs_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"anim_f8\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"REDHAT\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-3a4b42a8-5413-4117-bb05-609a5cd3a421" }, { "id": "68738855-901c-40bd-917c-2692761dc91a", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "default" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-68738855-901c-40bd-917c-2692761dc91a" }, { "id": "2aa2865c-6cbc-41b4-bd2b-71be99f70ec7", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId/default", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId", "default" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-2aa2865c-6cbc-41b4-bd2b-71be99f70ec7" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-57445f1d-98e3-4739-8982-b741df977af4" } ], "id": "d585cd67-3a57-4c53-aa71-75ff8ac9d1ac", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-d585cd67-3a57-4c53-aa71-75ff8ac9d1ac" }, { "name": "Delete Buyer Wallet", "id": "6041d95d-ce6b-4c9d-b01d-4f981df64013", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "id": "32e9b59f-8dbd-4958-ac2c-4e772d23dbd6", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "a3bb0ffe-f4cb-40b6-9194-c6dc1ef2cb9d", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "059babb7-0f18-4092-bc1c-866ec02b8dd4", "key": "walletId", "value": "", "description": "(Required) Wallet ID" } ] }, "description": "delete a wallet of the buyer, if it's a payment method, sync to payment provider too." }, "response": [ { "id": "9374eb76-caf0-4a5c-b723-d250194247e4", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-9374eb76-caf0-4a5c-b723-d250194247e4" }, { "id": "60da39a4-dc5f-468c-ae51-69fa6f913af6", "name": "Bad request error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-60da39a4-dc5f-468c-ae51-69fa6f913af6" }, { "id": "2bb2fd4b-64e6-4e24-bfa9-10a2917f451b", "name": "Internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-2bb2fd4b-64e6-4e24-bfa9-10a2917f451b" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-6041d95d-ce6b-4c9d-b01d-4f981df64013" }, { "name": "Update Credit Wallet", "id": "9021a3d2-c076-4e45-a9c3-875bd245b693", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "id": "8638d671-14c6-4a80-885d-989f4b9077ee", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "e7ac40f4-31b4-4360-96c7-c5f1d08ef908", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" }, { "id": "bc8d0932-dde0-496d-8a07-1180a9d54809", "key": "walletId", "value": "", "description": "(Required) Wallet ID" } ] }, "description": "update startTime or expireTime of the wallet." }, "response": [ { "id": "b7810d8d-7ac7-45ca-bf52-6cd17c794052", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"expireTime\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"closeDate\": \"\",\n \"stripePaymentMethod\": {\n \"bacs_debit\": {\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"sort_code\": \"\"\n },\n \"card\": {\n \"brand\": \"jcb\",\n \"country\": \"\",\n \"display_brand\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"fingerprint\": \"\",\n \"funding\": \"credit\",\n \"last4\": \"\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"livemode\": \"\",\n \"object\": \"\",\n \"sepa_debit\": {\n \"bank_code\": \"\",\n \"branch_code\": \"\",\n \"country\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\"\n },\n \"us_bank_account\": {\n \"account_holder_type\": \"individual\",\n \"account_type\": \"savings\",\n \"bank_name\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"routing_number\": \"\"\n }\n },\n \"stripeSetupIntentId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ADYEN\",\n \"startTime\": \"\",\n \"status\": \"EXPIRED\",\n \"totalAmount\": \"\",\n \"type\": \"card\",\n \"usedAmount\": \"\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-b7810d8d-7ac7-45ca-bf52-6cd17c794052" }, { "id": "c47194f6-51d0-4dc6-b646-ff41e7b74e28", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-c47194f6-51d0-4dc6-b646-ff41e7b74e28" }, { "id": "422c603d-c213-4277-8729-a5e3c8a80081", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet/:walletId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet", ":walletId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" }, { "key": "walletId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-422c603d-c213-4277-8729-a5e3c8a80081" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-9021a3d2-c076-4e45-a9c3-875bd245b693" } ], "id": "d7814944-443a-48a8-a672-46244a0aaa2e", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-d7814944-443a-48a8-a672-46244a0aaa2e" }, { "name": "List Buyer's Wallets", "id": "70d755cf-2f2b-4e7c-af36-7e8f7936a50e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "id": "6206beff-e4b6-437e-89c0-e670c78e5297", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "86228eae-24ac-4494-9d7d-0f107f2fdb2f", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" } ] }, "description": "list all wallets of a buyer." }, "response": [ { "id": "a995fe9c-8dba-4387-84fc-493cd332c768", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"expireTime\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"closeDate\": \"\",\n \"stripePaymentMethod\": {\n \"bacs_debit\": {\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"sort_code\": \"\"\n },\n \"card\": {\n \"brand\": \"visa\",\n \"country\": \"\",\n \"display_brand\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"fingerprint\": \"\",\n \"funding\": \"debit\",\n \"last4\": \"\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"livemode\": \"\",\n \"object\": \"\",\n \"sepa_debit\": {\n \"bank_code\": \"\",\n \"branch_code\": \"\",\n \"country\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\"\n },\n \"us_bank_account\": {\n \"account_holder_type\": \"individual\",\n \"account_type\": \"checking\",\n \"bank_name\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"routing_number\": \"\"\n }\n },\n \"stripeSetupIntentId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"MARKETO\",\n \"startTime\": \"\",\n \"status\": \"CLOSED\",\n \"totalAmount\": \"\",\n \"type\": \"sepa_debit\",\n \"usedAmount\": \"\"\n },\n {\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"expireTime\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"closeDate\": \"\",\n \"stripePaymentMethod\": {\n \"bacs_debit\": {\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"sort_code\": \"\"\n },\n \"card\": {\n \"brand\": \"discover\",\n \"country\": \"\",\n \"display_brand\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"fingerprint\": \"\",\n \"funding\": \"credit\",\n \"last4\": \"\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"livemode\": \"\",\n \"object\": \"\",\n \"sepa_debit\": {\n \"bank_code\": \"\",\n \"branch_code\": \"\",\n \"country\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\"\n },\n \"us_bank_account\": {\n \"account_holder_type\": \"company\",\n \"account_type\": \"savings\",\n \"bank_name\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"routing_number\": \"\"\n }\n },\n \"stripeSetupIntentId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ORB\",\n \"startTime\": \"\",\n \"status\": \"DELETED\",\n \"totalAmount\": \"\",\n \"type\": \"bacs_debit\",\n \"usedAmount\": \"\"\n }\n]", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-a995fe9c-8dba-4387-84fc-493cd332c768" }, { "id": "cba49c42-6132-4345-93e8-72d4715667aa", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-cba49c42-6132-4345-93e8-72d4715667aa" }, { "id": "ffbe38db-c176-4b2e-baca-73bc08aaea63", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-ffbe38db-c176-4b2e-baca-73bc08aaea63" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-70d755cf-2f2b-4e7c-af36-7e8f7936a50e" }, { "name": "Create Credit Wallet", "id": "cb9a68b0-6c5a-4979-9210-ba8a496c611f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "id": "bf7ef0a4-7bae-4cfd-af92-b054f9dc4298", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "bd53241d-bdd5-4813-9555-d0387f563e13", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" } ] }, "description": "create a new credit wallet for the buyer." }, "response": [ { "id": "fe64caf2-3a15-4ef6-8cbb-da755ad09e32", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"currency\": \"\",\n \"expireTime\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"closeDate\": \"\",\n \"stripePaymentMethod\": {\n \"bacs_debit\": {\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"sort_code\": \"\"\n },\n \"card\": {\n \"brand\": \"jcb\",\n \"country\": \"\",\n \"display_brand\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"fingerprint\": \"\",\n \"funding\": \"credit\",\n \"last4\": \"\"\n },\n \"created\": \"\",\n \"id\": \"\",\n \"livemode\": \"\",\n \"object\": \"\",\n \"sepa_debit\": {\n \"bank_code\": \"\",\n \"branch_code\": \"\",\n \"country\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\"\n },\n \"us_bank_account\": {\n \"account_holder_type\": \"individual\",\n \"account_type\": \"savings\",\n \"bank_name\": \"\",\n \"fingerprint\": \"\",\n \"last4\": \"\",\n \"routing_number\": \"\"\n }\n },\n \"stripeSetupIntentId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ADYEN\",\n \"startTime\": \"\",\n \"status\": \"EXPIRED\",\n \"totalAmount\": \"\",\n \"type\": \"card\",\n \"usedAmount\": \"\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-fe64caf2-3a15-4ef6-8cbb-da755ad09e32" }, { "id": "097ee321-27af-4ceb-89fe-84b2c5b62c42", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-097ee321-27af-4ceb-89fe-84b2c5b62c42" }, { "id": "86358bc4-5746-4765-aa26-35d7471441ba", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId/wallet", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId", "wallet" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-86358bc4-5746-4765-aa26-35d7471441ba" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-cb9a68b0-6c5a-4979-9210-ba8a496c611f" } ], "id": "90ec48ff-2fbb-4b3a-9ed9-4609b3fc3021", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-90ec48ff-2fbb-4b3a-9ed9-4609b3fc3021" }, { "name": "Get Buyer", "id": "49e81ef5-a8a6-4bb2-8727-fb1cd441d06a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "id": "688cf9bc-cbf2-4bf0-9a6b-a82c8acaf44d", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "c2b4cde6-6a06-4899-93a0-750676e01733", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" } ] }, "description": "get buyer by the given organization and buyer id." }, "response": [ { "id": "e968f5ed-19ea-4f90-9e87-54c7a8f123aa", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"ut_4d6\": 89904556.03560257\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"ullamco4\": 87482582.70584062,\n \"esse_\": 75153843.00376606\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"APPROVED\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"ach_debit\",\n \"bacs_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"anim_f8\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"REDHAT\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-e968f5ed-19ea-4f90-9e87-54c7a8f123aa" }, { "id": "cbd94b56-3a9c-4efc-9960-7596153cd2a7", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-cbd94b56-3a9c-4efc-9960-7596153cd2a7" }, { "id": "2e739f65-9221-4d3d-87b6-9fabef814a52", "name": "not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-2e739f65-9221-4d3d-87b6-9fabef814a52" }, { "id": "e0db060e-e3cf-4799-9195-78785248851e", "name": "internal error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-e0db060e-e3cf-4799-9195-78785248851e" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-49e81ef5-a8a6-4bb2-8727-fb1cd441d06a" }, { "name": "Update Buyer", "id": "7836c25a-fac8-4b6b-ab22-9cb1d0be92b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"bacs_debit\",\n \"card\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "id": "35acfdc2-7b8e-4ca8-9850-0f09d173cbea", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "9e92ff2f-7a6c-4873-be7f-8432bed7e335", "key": "buyerId", "value": "", "description": "(Required) Buyer ID" } ] }, "description": "update buyer by the given organization and buyer id." }, "response": [ { "id": "c84780af-b116-4a0e-8e0e-89571dff59c0", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"bacs_debit\",\n \"card\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"ut_4d6\": 89904556.03560257\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"ullamco4\": 87482582.70584062,\n \"esse_\": 75153843.00376606\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"APPROVED\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"ach_debit\",\n \"bacs_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"anim_f8\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"REDHAT\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-c84780af-b116-4a0e-8e0e-89571dff59c0" }, { "id": "2cc803de-8710-411a-88d5-0c975044c10b", "name": "internal error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"bacs_debit\",\n \"card\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer/:buyerId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer", ":buyerId" ], "variable": [ { "key": "orgId" }, { "key": "buyerId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-2cc803de-8710-411a-88d5-0c975044c10b" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-7836c25a-fac8-4b6b-ab22-9cb1d0be92b6" } ], "id": "3eb3e1f6-3d49-40f1-aa98-c6e7cd2740aa", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-3eb3e1f6-3d49-40f1-aa98-c6e7cd2740aa" }, { "name": "List Buyers", "id": "457b9354-ab8b-4449-87a2-ee8dc5f1f518", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer?partner=&contactId=&awsAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by contactId", "key": "contactId", "value": "" }, { "description": "filter by awsAccountId", "key": "awsAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "id": "91562b50-6017-4fb3-9794-f3e3699bb8b9", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "list buyers by the given organization with pagination and optional filters." }, "response": [ { "id": "73628ef3-8f85-4b28-841c-05cffb04c5db", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer?partner=&contactId=&awsAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by contactId", "key": "contactId", "value": "" }, { "description": "filter by awsAccountId", "key": "awsAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"sint3b8\": true,\n \"eue4\": 45414151.822618544\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"voluptateb09\": \"sed\",\n \"Ut2d0\": -79364206.22229527\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"PENDING\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"APPROVED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"credit\",\n \"ach_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"tempor__a\": \"\",\n \"in_b98\": \"\",\n \"incididunt_4\": \"\",\n \"dolore_4\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ADYEN\"\n },\n {\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"Ut94\": 38936288.25503343\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"ex_ab\": -81421901.91813853,\n \"mollit_06f\": true\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"ach_debit\",\n \"bacs_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"exercitationa3a\": \"\",\n \"culpa_fcb\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"ZOHO\"\n }\n]", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-73628ef3-8f85-4b28-841c-05cffb04c5db" }, { "id": "f82537d9-84b4-45f2-8beb-d12201e1adfd", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/buyer?partner=&contactId=&awsAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by contactId", "key": "contactId", "value": "" }, { "description": "filter by awsAccountId", "key": "awsAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-f82537d9-84b4-45f2-8beb-d12201e1adfd" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-457b9354-ab8b-4449-87a2-ee8dc5f1f518" }, { "name": "Create Buyer", "id": "c9a64025-8040-42a0-a9d2-d499f0eb1dae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"adyenCustomerId\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "variable": [ { "id": "b921eeb8-a45e-4285-9bb9-4e7d07cd1cb1", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "create a new buyer for Stripe or Adyen under the given organization." }, "response": [ { "id": "1badaee1-cb4d-42f7-a5a5-415433b32df8", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adyenCustomerId\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"creationTime\": \"\",\n \"description\": \"\",\n \"externalID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"adyenBuyer\": {\n \"settings\": {\n \"ut_4d6\": 89904556.03560257\n },\n \"shopperId\": \"\"\n },\n \"awsBuyer\": {\n \"awsAccountID\": \"\",\n \"awsCustomerID\": \"\",\n \"dataFeedAccountID\": \"\"\n },\n \"azureBuyer\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"collectableAmount\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"disbursedAmount\": \"\",\n \"emailAddress\": \"\",\n \"fields\": {\n \"ullamco4\": 87482582.70584062,\n \"esse_\": 75153843.00376606\n },\n \"gcpBuyer\": {\n \"approvals\": [\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"APPROVED\",\n \"updateTime\": \"\"\n },\n {\n \"name\": \"\",\n \"reason\": \"\",\n \"state\": \"REJECTED\",\n \"updateTime\": \"\"\n }\n ],\n \"billingAccountId\": \"\",\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parentBillingAccountId\": \"\",\n \"provider\": \"\",\n \"state\": {\n \"value\": \"\",\n \"userInfo\": {\n \"orders\": [\n \"\",\n \"\"\n ],\n \"roles\": [\n \"\",\n \"\"\n ],\n \"user_identity\": \"\"\n }\n },\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"lagoCustomerId\": \"\",\n \"lastModifiedBy\": \"\",\n \"metronomeCustomerId\": \"\",\n \"orbCustomerId\": \"\",\n \"paymentConfig\": {\n \"allowedWalletTypes\": [\n \"ach_debit\",\n \"bacs_debit\"\n ],\n \"currency\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"snowflakeBuyer\": {\n \"snowflakeCustomerID\": \"\"\n },\n \"spaUrl\": \"\",\n \"stripeBuyer\": {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"\",\n \"state\": \"\"\n },\n \"description\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"metadata\": {\n \"anim_f8\": \"\"\n },\n \"name\": \"\",\n \"phone\": \"\"\n },\n \"stripeCustomerId\": \"\"\n },\n \"lastUpdateTime\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"REDHAT\"\n}", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-1badaee1-cb4d-42f7-a5a5-415433b32df8" }, { "id": "710e129e-8eb0-4ee9-81ea-74e03bb43e43", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adyenCustomerId\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-710e129e-8eb0-4ee9-81ea-74e03bb43e43" }, { "id": "7ddf9292-d460-473d-9d43-b55faa95f0e9", "name": "internal error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"adyenCustomerId\": \"\",\n \"companyInfo\": {\n \"addressLine1\": \"\",\n \"addressLine2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"emailDomain\": \"\",\n \"name\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"validFrom\": \"\"\n },\n \"customerId\": \"\",\n \"description\": \"\",\n \"lagoCustomerId\": \"\",\n \"metronomeCustomerId\": \"\",\n \"name\": \"\",\n \"orbCustomerId\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"defaultWalletId\": \"\"\n },\n \"stripeCustomerId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/buyer", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "buyer" ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-7ddf9292-d460-473d-9d43-b55faa95f0e9" } ], "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-c9a64025-8040-42a0-a9d2-d499f0eb1dae" } ], "id": "c5e8f6a1-ab14-4c17-bcc3-3607e242b598", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-c5e8f6a1-ab14-4c17-bcc3-3607e242b598" } ], "id": "66babbdc-a22d-46e0-9566-eb1d4311818a", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-66babbdc-a22d-46e0-9566-eb1d4311818a" } ], "id": "047d073a-b380-4561-a7f8-6a25b34c564f", "createdAt": "2026-07-28T03:05:55.000Z", "updatedAt": "2026-07-28T03:05:55.000Z", "uid": "35240-047d073a-b380-4561-a7f8-6a25b34c564f" } ], "variable": [ { "key": "baseUrl", "value": "https://api.suger.cloud" } ] }