Transactions
Build with AI 2 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.
- Refund a paymentEverything needed to refund a completed payment through One API, in full or in part, and to handle the statuses a refund moves through.
- 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.
What happened to a payment, looked up after the fact.
Operations
- POST Request Transaction
/transactions - GET List Transactions
/transactions - GET Get Transaction Status by Id
/transactions/{id} - POST Process Transaction Step
/transactions/{id} - POST Request Refund
/transactions/{id}/refunds - GET Get Refunds
/transactions/{id}/refunds - GET Get Transaction Notifications
/transactions/{id}/notifications - POST Resend Transaction Notifications
/transactions/{id}/notifications/resend