Refunds

post/payment-api/v2/refunds

Headers

Authorizationstring required

JWT Bearer token. Format: Bearer {token}

MerchantIdstring

Target merchant identifier for JWT-authenticated admin or portal requests.

Request body

transactionIdstring nullable
paymentIntentIdinteger nullable
amountnumber double
scheduledPaymentIdinteger nullable
orderItemIdinteger nullable
paymentProvider'Stripe' | 'CitiBank' | 'Checkout' | 'EvyPay' | 'Mpgs' | 'PayGate'
saveOldInternalDetailsboolean

Response

Success

'Pending' | 'Succeeded' | 'Failed' | 'Canceled' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.