Skip to main content

Get All International Transfer

GET 

/v2/international-disbursement

An endpoint to get all international transfer

Request

Query Parameters

    pagination string

    The pagination of the result. Default value is 20.

    page string

    The page number of the result to be viewed. Default value is 1.

    sort_by string

    Possible values: [id, amount, source_country, destination_country, status]

    Sort the result by the attribute. Use the attribute name (e.g sort=id) to sort in ascending order or dash+attribute name (e.g sort=-id) to sort in descending order

Responses

Get All International response

Schema

    total_data integer
    data_per_page integer
    total_page integer
    page integer

    data

    object[]

  • Array [

  • 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...