Skip to main content

Create B2C / B2B International Transfer

POST 

/v2/international-disbursement/create-with-attachment

An endpoint to create the international transfer B2C/B2B transaction.

Request

Header Parameters

    Content-Type stringrequired

    Request content type application/x-www-form-urlencoded

    idempotency-key stringrequired

    Idempotency key. Please see more detail on Idempotent Request section

    X-TIMESTAMP string

    Request timestamp. The format will follow the ISO8601 format.

Body

required

    destination_country stringrequired

    Destination country code using ISO 3166 (Alpha-3). See supported Destination Countries.

    source_country stringrequired

    Source country code using ISO 3166 (Alpha-3). Currently possible value is IDN.

    transaction_type stringrequired

    Possible values: [B2B, B2C]

    Transaction type information.

    amount stringrequired

    Amount of money that wants to be disbursed to the beneficiary (in beneficiary currency). Maximum 2 decimal places, for Japan there can be no decimal. Must be within the minimum and maximum amount based on transaction currency.

    attachment_data binary

    File of invoice for Malaysia B2B. Accepted extensions txt, pdf, doc, docx, jpg, jpeg, png, bmp, rtf, xls, xlsx

    attachment_type string

    Currently possible value is invoice for MYS

    beneficiary_account_number stringrequired

    Account number of the beneficiary bank

    beneficiary_ach_code string

    Ach code of the beneficiary

    beneficiary_address string

    Address of the beneficiary

    beneficiary_bank_id string

    ID of beneficiary bank

    beneficiary_bank_name string

    Name of beneficiary bank. Can be used for destination countries AUS and GBR

    beneficiary_branch_number string

    Identifier of banks and branches across Japan

    beneficiary_bsb_number string

    Identifier of banks and branches across Australia

    beneficiary_city stringrequired

    City of the beneficiary

    beneficiary_document_reference_number string

    Reference number of document related to the transaction

    beneficiary_email string

    Email of beneficiary

    beneficiary_full_name string

    Full name of the beneficiary

    beneficiary_iban string

    Identifier of individual account involved in the international transaction

    beneficiary_id_expiration_date string

    ID expiration date using YYYY-MM-DD format

    beneficiary_ifs_code string

    Indian financial system code

    beneficiary_id_number string

    ID Number

    beneficiary_msisdn string

    A number used to identify a phone number internationally

    beneficiary_nationality string

    Country code using ISO 3166 (Alpha-3) of beneficiary nationality

    beneficiary_postal_code string

    Postal code of the beneficiary

    beneficiary_province string

    Province or state of the beneficiary

    beneficiary_relationship string

    Relationship of beneficiary

    beneficiary_remittance_purposes string

    Purpose of remittance

    beneficiary_sort_code string

    Digits of code which is used by British and Irish banks

    beneficiary_source_of_funds string

    Source of funds

Responses

Create B2B International Disbursement response

Schema

    id integer
    user_id integer
    company_id integer
    exchange_rate integer
    fee integer
    amount integer
    source_country string
    destination_country string
    beneficiary_amount integer
    beneficiary_currency_code string
    status string
    timestamp string
    time_served string
    created_from string
    receipt string
    transaction_type string
    idempotency_key string

    beneficiary

    object

    full_name string
    bank_account_number string
    email string
    bank string
    msisdn string
    nationality string
    country string
    province string
    city string
    address string
    postal_code string
    relationship string
    source_of_funds string
    remittance_purpose string
    iban string
    swift_bic_code string
    sort_code string
    ifs_code string
    bsb_number string
    branch_number string
    document_reference_number string
    registration_number string
    id_number string
    id_expiration_date string
    ach_code string
    sender string
    reason string
Loading...