Refunds

The Refunds API allows merchants and authorized users to process refunds.


POST/v2/refunds

Process a refund

Process a new refund for a transaction. Specify the payment ID.

Required Path Parameters

    idstringrequired

Loading...

Response

  {
      "id": "xxxxxxxxx-1278-4333-xxxx-c6b1xxxxx1xx",
      "status": "REFUNDED"
  }

Was this page helpful?