Refund
Support Refund Method
| Method | Refund Type | Require User Info |
| PIX | Refund through banktransfer | Required |
| Boleto | Refund through banktransfer | Required |
| Lottery | Refund through banktransfer | Required |
| DepositExpress | Refund through banktransfer | Required |
| SPEI | Refund through banktransfer(Clabe) | User Email Required |
| Wallet | Refund through original source | User Email Required |
| CreditCard | Refund through original source | User Email Required |
Request Base URL
EndPoints
Request Body (JSON format)
| Parameter | Type | Required | Max Length(or Default Value) | Description |
| app_id | string | yes | 32 | created app's id at dashboard |
| timestamp | string | yes | 19 | yyyy-MM-dd HH:mm:ss |
| trade_no | string | yes | 64 | Luxpag trade NO.(can NOT be empty with out_trade_no at same time) |
| out_trade_no | string | yes | 64 | ID given by the merchant in their system (can NOT be empty with trade_no at same time) |
| out_request_no | string | no | 16 | refund request unique NO.(can NOT be empty when request a partial refund) |
| refund_currency | string | yes | 3 | |
| refund_amount | decimal | yes | 0.01 ~ 99999999999999.99 | |
| refund_reason | string | no | 128 | |
| user_info.identify.number | string | yes | 16 | user ID |
| user_info.identify.type | string | no | 16 | user ID type |
| user_info.name | string | yes | 64 | user name |
| user_info.email | string | yes | 64 | user email |
| user_info.phone | string | no | 64 | user phone |
| platform_type | string | no | 3 | API |
| bank_info.bank_id | string | no | 64 | User's bank ID to receive refund |
| bank_info.bank_name | string | no | 64 | User's bank name to receive the refund |
| bank_info.agency | string | no | 64 | User's bank agency to receive the refund |
| bank_info.type | string | no | 64 | User's bank type to receive the refund |
| bank_info.number | string | no | 64 | User's bank number to receive refund,SPEI Clabe |
Request Sample
| Parameter | Type | Description |
| code | string | return code |
| msg | string | return msg |
| sub_code | string | return sub code(only error) |
| sub_msg | string | return sub msg(only error) |
| out_trade_no | string | |
| trade_no | string | |
| refund_currency | string | |
| refund_amount | decimal | |
| refund_status | string | |
Return Sample (Success)
Return Sample (Fail)