Skip to main content

Refund Payment

POST 

/payments/:id/refund

Returns funds from a completed payment back to the customer's original payment method.

Refund options:

  • Full refund: Return the entire payment amount
  • Partial refund: Specify an amount less than the original payment
  • Multiple partial refunds: Issue several partial refunds until the total payment amount is reached

Limitations:

  • You can only refund payments that have been successfully processed
  • A payment can only be refunded up to its original amount
  • Once fully refunded, a payment cannot be refunded again
  • Attempting to refund more than the remaining available amount will result in an error

Request

Responses

A payment object