v2
latestOpenAPI 3.1.02026-07-262279731.3 MBRefunds
Create a Refund for a PayIn
The pay-in refund is a request to reimburse a pay-in and is supported for most payment methods. You can make partial refunds by providing a debited funds Amount value lower than the initial transaction amount.
<Note icon="fa-regular fa-circle-info"> **Note – Conditions for pay-in refund**- The amount value is 1 or above, regardless of the currency.
- The initial transaction status is SUCCEEDED.
- The initial transaction hasn't been disputed.
- The initial transaction was made within the time window specified for the payment method. </Note>
Read more about pay-in refunds →
post/v2.01/{ClientId}/payins/{PayInId}/refunds
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
PayInIdstring required
The unique identifier of the pay-in.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success