Check Customer Information
Recipient Account Information API
Check Customer Information
POST https://example.com/auto/check/customer
Headers
Name
Type
Description
x-partnerid*
String
partner id
x-signature*
String
signature
Content-Type*
application/json
-
Request Body
Name
Type
Description
accountNo*
String
Account Number
bankCode*
String
Bank Code
key*
String
Bank Key
timestamp*
Date
ISO Date (UTC+0)
Example Request
{
"accountNo": "",
"bankCode": "",
"key": "KEY",
"timestamp": "2023-02-05T16:34:57.956Z"
}Last updated