{ "info": { "_postman_id": "308c9ba3-4d40-4f66-9a84-ea5c5af0b960", "name": "Universal Checkout Betas Billing API", "description": "Turn any product URL into a completed checkout. Instantly retrieve price, tax, and shipping for any product, and let users buy without ever leaving your native AI experience.\n\nView the [Rye API docs](https://docs.rye.com).\n\nContact Support:\n Name: Rye\n Email: dev@rye.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:49:17.000Z", "updatedAt": "2026-07-28T02:49:17.000Z", "lastUpdatedBy": "35240", "uid": "35240-308c9ba3-4d40-4f66-9a84-ea5c5af0b960" }, "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "billing", "item": [ { "name": "balance", "item": [ { "name": "Get drawdown balance", "id": "554740b3-6745-4675-bf2e-7d3fd0cebeb2", "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}}/api/v1/billing/balance", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "balance" ] }, "description": "Get current drawdown balance for the authenticated developer" }, "response": [ { "id": "a5a032d5-2698-49cb-a0e3-d3593e6a9961", "name": "Balance in smallest currency unit and currency code", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/balance", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "balance" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"drawdownEnabled\": \"\",\n \"balance\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n }\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-a5a032d5-2698-49cb-a0e3-d3593e6a9961" }, { "id": "989fda55-084c-429a-886d-859de00002ea", "name": "Authentication Failed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/balance", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "balance" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-989fda55-084c-429a-886d-859de00002ea" }, { "id": "75c5d977-78ce-48ff-b7a8-09d9a08cd008", "name": "Validation 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}}/api/v1/billing/balance", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "balance" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"fields\": {\n \"adipisicing1f0\": {\n \"message\": \"\",\n \"value\": {}\n },\n \"pariatur_f0\": {\n \"message\": \"\",\n \"value\": {}\n }\n },\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-75c5d977-78ce-48ff-b7a8-09d9a08cd008" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-554740b3-6745-4675-bf2e-7d3fd0cebeb2" } ], "id": "9f108028-7e23-4ba4-8a81-f034c7cea3a7", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-9f108028-7e23-4ba4-8a81-f034c7cea3a7" }, { "name": "drawdown", "item": [ { "name": "topup", "item": [ { "name": "{invoiceId}", "item": [ { "name": "Cancel top-up invoice", "id": "53686ffe-285d-4307-90bd-99e6cabd3767", "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}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "id": "48fbcfa1-db0d-4721-8d9b-33cef784195c", "key": "invoiceId", "value": "", "description": "(Required) The Stripe invoice ID to cancel" } ] }, "description": "Cancel/void an unpaid top-up invoice.\nOnly invoices in open state can be cancelled." }, "response": [ { "id": "5db6a53b-d2d8-474d-9647-fee9089d09ac", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "key": "invoiceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-5db6a53b-d2d8-474d-9647-fee9089d09ac" }, { "id": "eb67db46-9cf8-4dda-8140-130feaa32825", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "key": "invoiceId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-eb67db46-9cf8-4dda-8140-130feaa32825" }, { "id": "e11ade89-33b6-4172-bf3f-1dc8000ce2f7", "name": "Authentication Failed", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "key": "invoiceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-e11ade89-33b6-4172-bf3f-1dc8000ce2f7" }, { "id": "30999689-6892-487f-8c86-32997d07c033", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "key": "invoiceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-30999689-6892-487f-8c86-32997d07c033" }, { "id": "495ab363-4e5c-4e44-a54b-c5ff28a5480b", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup/:invoiceId", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup", ":invoiceId" ], "variable": [ { "key": "invoiceId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"invoiceId\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-495ab363-4e5c-4e44-a54b-c5ff28a5480b" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-53686ffe-285d-4307-90bd-99e6cabd3767" } ], "id": "8fa65831-38dc-44a1-a21b-08499eee1897", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-8fa65831-38dc-44a1-a21b-08499eee1897" }, { "name": "Create on-demand top-up invoice", "id": "ea616033-5251-45f9-9884-cb60ce4a095a", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] }, "description": "Request an on-demand top-up invoice..\nRequires drawdown billing to be enabled. Only one unpaid top-up invoice\nis allowed at a time." }, "response": [ { "id": "6bfbb1dd-fb9a-4af6-8727-702655b26588", "name": "Created", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bankTransferDetails\": {\n \"routingNumber\": \"\",\n \"accountNumber\": \"\",\n \"bankName\": \"\",\n \"accountHolderName\": \"\"\n },\n \"url\": \"\",\n \"amount\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"status\": \"open\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-6bfbb1dd-fb9a-4af6-8727-702655b26588" }, { "id": "db166fd1-c7fe-4273-a8e2-876593009622", "name": "New Response", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-db166fd1-c7fe-4273-a8e2-876593009622" }, { "id": "4f1166e2-da92-41ab-8c44-fc18ba28c082", "name": "Authentication Failed", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-4f1166e2-da92-41ab-8c44-fc18ba28c082" }, { "id": "c679f0d0-1286-42a0-b158-b31092c77da6", "name": "New Response", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"invoice\": {\n \"bankTransferDetails\": {\n \"routingNumber\": \"\",\n \"accountNumber\": \"\",\n \"bankName\": \"\",\n \"accountHolderName\": \"\"\n },\n \"url\": \"\",\n \"amount\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"status\": \"void\",\n \"id\": \"\"\n },\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-c679f0d0-1286-42a0-b158-b31092c77da6" }, { "id": "884624cc-afa3-4925-83af-507da11456b5", "name": "Validation 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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"fields\": {\n \"adipisicing1f0\": {\n \"message\": \"\",\n \"value\": {}\n },\n \"pariatur_f0\": {\n \"message\": \"\",\n \"value\": {}\n }\n },\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-884624cc-afa3-4925-83af-507da11456b5" }, { "id": "ced3146b-b116-4fd0-ae49-0415a7266405", "name": "New Response", "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 \"amountSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown/topup", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown", "topup" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-ced3146b-b116-4fd0-ae49-0415a7266405" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-ea616033-5251-45f9-9884-cb60ce4a095a" } ], "id": "47fd46dc-10c0-43e2-9899-df0c7be9d52c", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-47fd46dc-10c0-43e2-9899-df0c7be9d52c" }, { "name": "Setup drawdown billing", "id": "8d853369-d0c4-4747-a91b-127c198c1899", "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 \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown" ] }, "description": "Set up or update drawdown billing for the authenticated developer" }, "response": [ { "id": "f54d881d-ae47-4c86-9e83-c41ed53ef14c", "name": "Updated billing configuration", "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 \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"drawdown\": {\n \"balance\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"config\": {\n \"chargeAutomatically\": \"\",\n \"currency\": \"\",\n \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\"\n },\n \"enabled\": \"\"\n }\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-f54d881d-ae47-4c86-9e83-c41ed53ef14c" }, { "id": "7a23827d-dfd0-4671-a6b3-80103f05d07f", "name": "Authentication Failed", "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 \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-7a23827d-dfd0-4671-a6b3-80103f05d07f" }, { "id": "6dcc0d0e-ab9e-4081-a788-407e817d0840", "name": "Validation 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 \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\",\n \"chargeAutomatically\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v1/billing/drawdown", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "drawdown" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"fields\": {\n \"adipisicing1f0\": {\n \"message\": \"\",\n \"value\": {}\n },\n \"pariatur_f0\": {\n \"message\": \"\",\n \"value\": {}\n }\n },\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-6dcc0d0e-ab9e-4081-a788-407e817d0840" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-8d853369-d0c4-4747-a91b-127c198c1899" } ], "id": "1f597fc9-e9ba-411a-b7cd-8e4843668053", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-1f597fc9-e9ba-411a-b7cd-8e4843668053" }, { "name": "transactions", "item": [ { "name": "List drawdown transactions", "id": "a2a0c599-dda4-43c7-8373-d87e6f27e0ec", "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}}/api/v1/billing/transactions?limit=20&after=&before=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "transactions" ], "query": [ { "description": "Maximum number of transactions to return (default 20)", "key": "limit", "value": "20" }, { "description": "Cursor for forward pagination (transaction ID to start after)", "key": "after", "value": "" }, { "description": "Cursor for backward pagination (transaction ID to end before)", "key": "before", "value": "" } ] }, "description": "List drawdown balance transactions for the authenticated developer" }, "response": [ { "id": "bdfb0daa-3b7a-4df2-a37c-0c67872f6eeb", "name": "Paginated list of balance transactions", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/transactions?limit=20&after=&before=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "transactions" ], "query": [ { "description": "Maximum number of transactions to return (default 20)", "key": "limit", "value": "20" }, { "description": "Cursor for forward pagination (transaction ID to start after)", "key": "after", "value": "" }, { "description": "Cursor for backward pagination (transaction ID to end before)", "key": "before", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pageInfo\": {\n \"hasPreviousPage\": \"\",\n \"hasNextPage\": \"\",\n \"startCursor\": \"\",\n \"endCursor\": \"\"\n },\n \"data\": [\n {\n \"createdAt\": \"\",\n \"amount\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"id\": \"\",\n \"metadata\": {\n \"sed2d_\": \"\"\n },\n \"description\": \"\"\n },\n {\n \"createdAt\": \"\",\n \"amount\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"id\": \"\",\n \"metadata\": {\n \"consectetur__2b\": \"\",\n \"ad_8a\": \"\"\n },\n \"description\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-bdfb0daa-3b7a-4df2-a37c-0c67872f6eeb" }, { "id": "8f1a5303-a1ce-4546-a185-e6e807faa07b", "name": "Authentication Failed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing/transactions?limit=20&after=&before=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "transactions" ], "query": [ { "description": "Maximum number of transactions to return (default 20)", "key": "limit", "value": "20" }, { "description": "Cursor for forward pagination (transaction ID to start after)", "key": "after", "value": "" }, { "description": "Cursor for backward pagination (transaction ID to end before)", "key": "before", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-8f1a5303-a1ce-4546-a185-e6e807faa07b" }, { "id": "4947ef34-d0ce-4873-b9bc-02474916cd31", "name": "Validation 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}}/api/v1/billing/transactions?limit=20&after=&before=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing", "transactions" ], "query": [ { "description": "Maximum number of transactions to return (default 20)", "key": "limit", "value": "20" }, { "description": "Cursor for forward pagination (transaction ID to start after)", "key": "after", "value": "" }, { "description": "Cursor for backward pagination (transaction ID to end before)", "key": "before", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"fields\": {\n \"adipisicing1f0\": {\n \"message\": \"\",\n \"value\": {}\n },\n \"pariatur_f0\": {\n \"message\": \"\",\n \"value\": {}\n }\n },\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-4947ef34-d0ce-4873-b9bc-02474916cd31" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-a2a0c599-dda4-43c7-8373-d87e6f27e0ec" } ], "id": "24e0c486-1c17-4e22-8875-696164ca8ee6", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-24e0c486-1c17-4e22-8875-696164ca8ee6" }, { "name": "Get billing info", "id": "a76a0ddd-d52f-4718-af0b-41a20106ac4b", "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}}/api/v1/billing", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing" ] }, "description": "Get billing configuration and balance for the authenticated developer" }, "response": [ { "id": "b6239727-546e-46cc-9516-49ab60b44755", "name": "Billing configuration including drawdown settings and balance", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"drawdown\": {\n \"balance\": {\n \"currencyCode\": \"\",\n \"amountSubunits\": \"\"\n },\n \"config\": {\n \"chargeAutomatically\": \"\",\n \"currency\": \"\",\n \"minBalanceSubunits\": \"\",\n \"targetBalanceSubunits\": \"\"\n },\n \"enabled\": \"\"\n }\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-b6239727-546e-46cc-9516-49ab60b44755" }, { "id": "3eb9b165-f15b-41c5-bf41-4359cb92fd10", "name": "Authentication Failed", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v1/billing", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-3eb9b165-f15b-41c5-bf41-4359cb92fd10" }, { "id": "938f1c20-e03d-4638-8fcd-ddf7a46c2ca2", "name": "Validation 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}}/api/v1/billing", "host": [ "{{baseUrl}}" ], "path": [ "api", "v1", "billing" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"fields\": {\n \"adipisicing1f0\": {\n \"message\": \"\",\n \"value\": {}\n },\n \"pariatur_f0\": {\n \"message\": \"\",\n \"value\": {}\n }\n },\n \"stack\": \"\"\n}", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-938f1c20-e03d-4638-8fcd-ddf7a46c2ca2" } ], "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-a76a0ddd-d52f-4718-af0b-41a20106ac4b" } ], "id": "78bc877f-e875-40be-b093-70bfc20aef67", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-78bc877f-e875-40be-b093-70bfc20aef67" } ], "id": "c6df90e6-01ea-4060-b59b-51e0ab099b8f", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-c6df90e6-01ea-4060-b59b-51e0ab099b8f" } ], "id": "11bcf3d5-ebfa-4626-abd2-1a98018566f2", "createdAt": "2026-07-28T02:49:18.000Z", "updatedAt": "2026-07-28T02:49:18.000Z", "uid": "35240-11bcf3d5-ebfa-4626-abd2-1a98018566f2" } ], "variable": [ { "key": "baseUrl", "value": "https://staging.api.rye.com" } ] }