mono-logo

Refund

Last updated Mar 8th, 2024

post api.withmono.com/v2/payments/refund
v1.0

This endpoint allows you to initiate refunds for payments to your customers.

NOTE

NOTE

  • Refunds can be processed from either your dashboard wallet or from your pending payout for that specific transaction.
  • By default, the refund source is set to the pending payout.
  • Make sure your wallet has sufficient funds if you choose to use it as the source to ensure successful refund processing.
Body Params
Headers

Request

1234567891011
curl --request POST \
     --url https://api.withmono.com/v2/payments/refund \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '{
    "reference": "ref-123-456",
    "source": "wallet"
}
'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?