Create special disbursement
create a common disbursement transaction
Special Money Transfer is a type of disbursement for a company operating as a Money Transfer Company (Perusahaan Transfer Dana). The difference with common disbursement, is in this transaction you must provide your senders personal information as part of the Know Your Customer (KYC) process mandated by Bank Indonesia.
Attributes
account_number
Number
The account number of the recipient
bank_code
String
Bank code of the recipient bank . Example : bca (case sensitive require)
amount
Number
The amount of money to be disbursed
remark
String
Remark to be included in the transfer made to the recipient. Usually will appear as berita transfer
or remark
in the transfer receipt. Max length for this attribute is 18 character
recipient_city
String (optional)
City code of the recipient city. Available value can be retrieved from city list
beneficiary_email
String
List of the recipient emails (separated by comma). Example
sender_country
Number
Country code of the sender’s residence. Available value can be retrieved from country list
sender_place_of_birth
Number
City/country code of the sender’s place of birth. Use city code if the sender’s place of birth is in Indonesia, and country code if outside Indonesia. Available value can be retrieved from city/country list{
sender_date_of_birth
Date
Sender’s date of birth with YYYY-MM-DD
format
sender_identity_type
String
Sender’s ID type. Accepted value are:
nat_id
National Id Card or KTP in Indonesiadrv_lic
Driving licensepassport
bank_acc
Bank Account (DEFAULT
)
sender_name
String
The name of the user of the Money Transfer Company that act as a sender
sender_address
String
Sender’s address
sender_identity_number
Number
Sender’s ID number. Default value is from attribute account_number
sender_job
String
Sender’s job. Accepted values are:
housewife
entrepreneur
private_employee
government_employee
foundation_board
People who work at foundation as an employeeindonesian_migrant_worker
Also known as TKIcompany
If sender is a company, not individualothers
direction
String
The direction of the transaction. Accepted values are:
DOMESTIC_SPECIAL_TRANSFER
When the sender and the recipient are both residing in IndonesiaFOREIGN_INBOUND_SPECIAL_TRANSFER
When the sender are in a foreign country, but the recipient are in Indonesia
idempotency_key
String
your key
POST
https://us-central1-appgregator.cloudfunctions.net/flipSandbox/special-disbursement/create/
Query Parameters
name*
String
ft-4
connection_name*
String
flip-entre-1
Headers
x-api-key*
String
U2FsdGVk...
Last updated