v1

latestOpenAPI 3.0.32026-07-26170311887.2 KB
Credit

Refund a Credit

Refund your credit.

Required authorization scope: public.payment:write

post/2024-09/account/credit/refund

Request body

amountnumber nullable

Amount of credits to be refunded from a current account. Refunds your entire balance if this value is not provided.

Response

specified credit amount successfully refunded

Example response

{
  "refunds": [
    {
      "currency": "USD"
    }
  ]
}