Payments
Build with AI 3 packages
A build package is every page for one task, with the API operations they use. Copy the prompt into a coding assistant, or hand it the package itself: slim links to each page, full inlines all of them in one document.
- Take a paymentEverything needed to take a payment end to end with One API, from credentials through the hosted page to the webhook that confirms it, and the test cases that prove each outcome before you go live.
- Migrate a payin from the Payments API to One APIEverything needed to move an existing redirect payin onto One API, with the legacy guide and its One API counterpart side by side.
- Migrate refunds from the Payments API to One APIEverything needed to move an existing refunds integration onto One API, with the legacy guide and its One API counterpart side by side.
Take a payment, from creating the request to following it to an outcome.
Operations
- GET Get Payment Methods
/paymentmethods - GET Get Regions
/regions - POST Request Payment
/payments - GET List Payments
/payments - GET Get Payment Status by Id
/payments/{id} - POST Cancel Payment Request
/payments/{id}/cancel - GET List Transactions for Payment
/payments/{id}/transactions - POST Request Transaction for Payment
/payments/{id}/transactions