Account holder
POST
https://us-central1-appgregator.cloudfunctions.net/flipSandbox/disbursement/bank-account-inquiry/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
flip-entre-1
Headers
Name
Type
Description
x-api-key*
String
U2FsdGVk...
{
"bank_code": "bca",
"account_number": "5465327020",
"account_holder": "",
"status": "PENDING",
"inquiry_key": ""
}
curl --location --request POST 'https://us-central1-appgregator.cloudfunctions.net/flipSandbox/disbursement/bank-account-inquiry?name=ft-4&connection_name=flip-entre-1' \
--header 'x-api-key: U2FsdGVk...' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_number" : "5465327020",
"bank_code" : "bca"
}'
Last updated