Refunds
Refund a payment
Issue a full refund for a payment, identified by its transaction ID. The full remaining refundable amount is resolved automatically. Returns pending when the payment provider confirms the refund asynchronously.
post/v1/refunds
Request body
Example request
{
"transaction_id": "tran_1234567890"
}Response
Successfully created the refund
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○