KRW Submit Depositor Account
Submit Deposit Account
Operator need to submit depositor Account to complete payment request.
Request Body
-
- Name
-
key
- Type
- string required
- Description
-
Key generated from parameters with API key and API secret encryption.
curl --request POST \ --url https://staging.s88pay.net/api/{merchant_code}/v3/krw-submit-information \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>" }'
Processing request...
Parameters
-
- Name
-
transaction_code
- Type
- string required
- Description
- Generated by the operator. Must be unique for each transaction.
-
- Name
-
bank_code
- Type
- string required
- Description
-
- Name
-
account_number
- Type
- string required
- Description
- Bank Account Number.
Return
Returns a transaction status object. This call returns an error if an error occurs.
{ "status": "success", "step": 2, "message": "Submit Depositor Information Success.", "transaction_no": "DP1697797081482", "transaction_code": "TEST-DP-1697797081", "amount": "10000.00", "bank_name": "Destination Bank Name", "account_name": "Destination Bank Account Name", "account_number": "Destination Bank Account Number"}