Skip to main content

create refund.

POST 

/org/:orgId/buyer/:buyerId/paymentTransaction/:paymentTransactionId/refund

create refund on the payment transaction, support partial refunds multiple times.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    buyerId stringrequired

    Buyer ID

    paymentTransactionId stringrequired

    Payment transaction ID

Query Parameters

    amount numberrequired

    Refund amount

Responses

Empty string if succeed

Schema

    string

Loading...