Skip to main content

Get International Transfer

GET 

/v2/international-disbursement/:transaction_id

An endpoint to get a specific international transfer transaction.

Request

Path Parameters

    transaction_id stringrequired

    Flip’s transaction id

Responses

Create 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

    id_number string
    id_expiration_date string
    full_name string
    bank_account_number string
    bank string
    email 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

    sender

    object

    name string
    place_of_birth integer
    date_of_birth string
    address string
    identity_type string
    identity_number string
    country integer
    job string
    email string
    city string
    phone_number string
    reason string
Loading...