Refund (Direct Payment)
Refund
Address Payment Direct Refund
Initiate a refund for the direct address payment order, which is only applicable to the direct address payment order.
POST
Refund (Direct Payment)
Overview
This page documents thePOST /v1/pay/address/refund endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Refund a standard order through the institution path.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the institution-path variant of the same API.
- Except for sub-account creation and sub-account query APIs, institution requests should include
X-GatePay-On-Behalf-Of. - For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Headers
Merchant client ID, obtained from GatePay platform
HMAC-SHA256 signature for request validation
Timestamp in milliseconds, must not differ from server time by more than 5 minutes
Random nonce for replay attack prevention
Body
application/json
The merchant's refund request ID
The ID of the corresponding payment order
The amount to be refunded
The Gate user ID of the recipient of the refund for address payment
The reason for the refund
Response
200 - application/json
SUCCESS

