Faspay
Search
⌃K

Register Account

This service can be used by user/merchants to register fund transfer accounts. Use this relative URL for generating a signature:
  • Relative URL : /account/api/register
And also need to create a signature and use the request header + request body.
Request body
Sample request
Parameter
Type
M/O/C
Description
virtual_account
Numeric (20)
Mandatory
VA Merchant
beneficiary_account
Numeric (128)
Mandatory
Destination account number
beneficiary_account_name
Alphanumeric (255)
Mandatory
Account name of destination account number
beneficiary_va_name
Alphanumeric (255)
Mandatory
Name for account
beneficiary_bank_code
Numeric (10)
Mandatory
Bank code
beneficiary_bank_branch
Alphanumeric (255)
Mandatory
Name of branch bank
beneficiary_region_code
Numeric (4)
Mandatory
Code of region bank
beneficiary_country_code
Alphanumeric (2)
Mandatory
Code of country
beneficiary_purpose_code
Numeric (1)
Optional
Code of purpose of using the system account
{
"virtual_account" : "9920000082",
"beneficiary_account" : "1020006137993",
"beneficiary_account_name" : "Faspay Collection 1",
"beneficiary_va_name" : "Faspay Collection 1",
"beneficiary_bank_code" : "008",
"beneficiary_bank_branch" : "Mandiri KCP",
"beneficiary_region_code" : "0102",
"beneficiary_country_code" : "ID",
"beneficiary_purpose_code" : "1"
}
Response
Sample Response
Parameter
Type
M/O/C
Description
virtual_account
Numeric (20)
Mandatory
Virtual account of merchant
Beneficiary_account
Numeric (20)
Mandatory
Benificiary account of new VA under merchant
beneficiary_account_name
Alphanumeric (255)
Mandatory
Account bank name
beneficiary_va_name
Alphanumeric (255)
Mandatory
VA name
beneficiary_bank_code
Numeric (10)
Mandatory
Bank code
beneficiary_bank_name
Alphanumeric
Mandatory
Bank name
beneficiary_bank_branch
Alphanumeric (255)
Mandatory
Branch of bank
beneficiary_region_code
Numeric (4)
Mandatory
Region code
beneficiary_country_code
Alphanumeric (2)
Mandatory
Country Code
beneficiary_purpose_code
Numeric
Optional
Purpose Code
bank_account_number
Numeric
Mandatory
Beneficiary account no
bank_account_name
Alphanumeric
Mandatory
Name of beneficiary account
status
Numeric
Mandatory
List registration status: 1 = On Process 6 = Already Registered
message
Alphanumeric
Mandatory
Message description
response_code
Alphanumeric (2)
Mandatory
Response code from bank (00 = success)
response_desc
Alphanumeric (32)
Mandatory
Response desc from bank
{
"virtual_account": "9920000082",
"beneficiary_account": "1020006137993",
"beneficiary_account_name": " Faspay Collection 1",
"beneficiary_va_name": " Faspay Collection 1",
"beneficiary_bank_code": "008",
"beneficiary_bank_name": "BANK MANDIRI",
"beneficiary_bank_branch": "Mandiri KCP",
"beneficiary_region_code" : "0102",
"beneficiary_country_code" : "ID",
"beneficiary_purpose_code" : "1"
"bank_account_number": "1020006137993",
"bank_account_name": "IN000018000680854",
"status": "1",
"message": "OK",
"response_code": "00",
"response_desc": "success"
}