1 Collection Request API
Describe
Request URL
{domain}/open-api/dynamic/payment/code
Request Method
| parameter name | Is it mandatory | type of data | description |
| Content-Type | mandatory | string | application/json |
Request Params
| parameter name | Is it mandatory | type of data | length | example | description |
| appId | mandatory | string | - | - | application APPID |
| param | mandatory | string | - | - | Parameter Body |
| sign | mandatory | string | - | 45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892 | sign |
param
| parameter name | Is it mandatory | type of data | length | example | description |
| mchOrderId | mandatory | string | 10-32 | CCP20220428011068111 | Merchant order ID, format: letters + numbers, 10-32 characters |
| channelCode | mandatory | string | - | ALFAMART_VA | Channel Code |
| amount | mandatory | long | 2000-100000000 | 50000 | Receiving Amount |
| email | mandatory | string | - | - | User email Format: email format |
| mobile | optional | string | - | - | User phone number |
| customerName | mandatory | string | 1-100 | - | User Name |
| notifyUrl | mandatory | string | | | Merchant transaction notification URL |
| remark | optional | string | - | - | Acquisition remarks |
| timestamp | mandatory | long | - | 1678356680000 | Millisecond timestamp |
Request Body Example
Response Example
successful response example
failed response example