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
- 200
- 400
- 500
Empty string if succeed
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...