Skip to main content

Get Form Data

GET 

/v2/international-disbursement/form-data

An endpoint to get form with all required fields to be completed to create the transactions, such as remittance purpose, source of fund, relationship with beneficiary, and the beneficiary’s bank account details

Request

Query Parameters

    country_iso_code string

    Country code using ISO 3166 (Alpha-3). You can choose multiple countries separate by comma. See supported Country ISO Codes.

    transaction_type stringrequired

    Possible values: [C2C, C2B, B2B, B2C]

    Transaction type information. Possible values are

Responses

Get Form Data response

Schema

    country_iso_code string
    currency_code string

    beneficiary_relationships

    object

    SELF string
    BROTHER string
    SISTER string
    SON string
    DAUGHTER string
    NEPHEW string
    NIECE string
    FATHER string
    MOTHER string
    UNCLE string
    AUNT string
    COUSIN string
    FATHER_IN_LAW string
    MOTHER_IN_LAW string
    BROTHER_IN_LAW string
    SISTER_IN_LAW string
    GRAND_FATHER string
    GRAND_MOTHER string
    HUSBAND string
    WIFE string
    FRIEND string

    source_of_funds

    object

    BUSINESS string
    SALARY string
    SAVINGS string
    GIFT string

    remittance_purposes

    object

    FAMILY_SUPPORT string
    SALARY_PAYMENT string

    banks

    object

    101 string
    102 string

    special_identifiers

    object

    sort_code string
    regions object

    nationality_countries

    object

    iso_code string
    name string
    country_code string
Loading...