Skip to main content

Refund charge by API

POST 

/paymentlink/transaction/:transaction_id/refund

Refund charge by API

Request​

Path Parameters

    transaction_id stringrequired

    Transaction ID

Header Parameters

    Authorization stringrequired

    Authentication token.

    Example: Bearer <token>

Body

required

    amount integerrequired

    Field used for the cancellation value in cents.

Responses​

Refund created.

Schema

    transactionId stringrequired

    Transaction ID

    amount integerrequired

    Cancellation value in cents.

    originalAmount numberrequired

    Original transaction value in cents.

Loading...