v1
latestOpenAPI 3.0.22026-07-2667277423.4 KBPayments
Payment: Refund Request
A "Refund Request" requests that a payment be refunded manually. This can be used for payment methods that do not support refunds, such as konbini. To support non-refundable payment methods, a bank account must be specified so that we know where to send the funds. Since it is a manual process, the refund will be carried out at a later date, and there's a possibility of it being rejected.
post/payments/{id}/refund_request
Path parameters
idstring required
A unique 25-character alphanumeric resource identifier.
A unique identifier for the payment.
Request body
Example request
{
"amount": 1000,
"platform_details": {
"submerchants": [
{
"submerchant_id": "submerc1od2nc89s6u5hh6x4g",
"amount": 900,
"platform_fee": 100
}
]
}
}