This endpoint use to Get customer Profile at bill24 side
Request
Header Params
Body Params application/json
Example
{"sync_code":"C0001"}
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/customer/get_customer_detail' \
--header'Content-Type: application/json' \
--header'Authorization: Bearer {token get from endpoint (Authorization)}' \
--header'Content-Type: application/json' \
--data-raw'{
"sync_code": "C0001"
}'
Responses
🟢200Success
application/json
Body
Example
{"code":"000","message":"Success","message_kh":"ជោគជ័យ","data":{"sync_code":"C0001","name":"Update Customer","name_kh":"អតិថិជន ខ","phone":"0122558963","email":"Bill24@gmail.com","walletBalances":[{"id":"4a7911a6-f21b-4fe0-98c4-1c4f483e50cc","name":"Customer A Wallet","balance":0,"currency":"KHR"}]}}