Payins
Refund payin
Issues a partial or full refund for a confirmed payin. Only supported payment methods can be refunded. For bank wire payins, a bankaccount_id is required to specify the refund destination.
post/payins/{id}/refund
Path parameters
idinteger required
Payin ID.
Request body
Example request
{
"amount": 2,
"multipayin": 0
}Response
Payin with refund details
Example response
{
"self": "/2.0/payins/456"
}