Add Link Account
POST
https://merchantapi-demo.bill24.io/on_boarding/add_link_account
This endpoint is used to allow Sub Biller to link their account for settlement.
Request
Header Params
Content-Type
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {token get from endpoint (Authorization) }
Body Params application/json
supplier_sync_code
string
required
bank_id
string
required
Banks)
return_url
string
required
Biller)
currency
string
optional
currency is null or empty Sub Biller can add any account
currency)
Example
{
"supplier_sync_code": "Cpo001",
"bank_id": "AC",
"return_url": "https://example.com/redirect-page",
"currency": "KHR"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://merchantapi-demo.bill24.io/on_boarding/add_link_account' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token get from endpoint (Authorization) }' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplier_sync_code": "Cpo001",
"bank_id": "AC",
"return_url": "https://example.com/redirect-page",
"currency": "KHR"
}'
Responses
🟢200Success
application/json
Body
code
string
optional
message
string
optional
message_kh
string
optional
data
object
optional
code
string
optional
supplier_sync_code
string
optional
name
string
optional
name_kh
string
optional
address
string
optional
add_link_account
object
optional
Example
{
"code": "000",
"message": "success",
"message_kh": "ជោកជ័យ",
"data": {
"code": "2839",
"supplier_sync_code": "Cpo001",
"name": "station 1",
"name_kh": "ស្ថានីយ៍១",
"address": "Chbar Ompov,Phnom Penh",
"add_link_account": {
"web_url": "https://example.bank.com.kh/47291847702ACPURDF8ShEJaPKqhYg"
}
}
}
🔵314Response
🔵312Response
⚪1Response
Modified at 2025-03-27 09:55:16