XS2A.pay
Possible Payments Refund/Payout
Get a list of all possible payments that can be either be refunded or paid out. The amount will always return 0.01, but can be adjusted to refund or payout more of the origin payment.
get/payments/refundPayout/possible
Response
Request successfully processed
Example response
{
"total": 26,
"per_page": 15,
"current_page": 1,
"last_page": 15,
"from": 1,
"to": 15,
"data": [
{
"amount": 0.01,
"type": "refund"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.