🇧🇩Bangladesh

Check the requirements and validations made over the cashouts on Bangladesh

Required Fields

Field

Format

Description

login

String

Cashout login

pass

String

Cashout pass

external_id

String (max length: 100)

Transaction's ID on your end

document_id

Beneficiary's document ID

country

BD

currency

BDT / USD

amount

Number with up to 2 decimals

Cashout amount

bank_account

Beneficiary's bank account

beneficiary_name

String (max length: 100)

Beneficiary's name

beneficiary_lastname

String (max length: 100)

Beneficiary's Last name

Email

String (max length: 100)

User's email

Bank Account validation

Bank name

Bank code

Format

Description

Regex

Example

All

-

Numeric

Numeric bank account. Length between 3 and 20 digits inclusive

^\d{3,20}$

01234567891

Document Validations

Click here to check document types and validations.

Example Request

{
    "login": "xxxxxxx",
    "pass": "xxxxxxx",
    "external_id": "30000000001",
    "document_id": "873839473123",
    "country": "BD",
    "amount": 1000,
    "currency": "BDT",
    "bank_code": "1",
    "bank_account": "01234567891", 
    "account_type": "S",
    "beneificiary_name": "Test Name",
    "beneificiary_lastname": "Last Name",
    "email": "user@email.com",
    "notification_url": "https://webhook.site/url",
    "type": "json"
}

Account type

The account_type is specified with only one character as described below.

account_type

Description

C

Current account

S

Savings account

Bank Code

Bank

Code

BKash

001

Nagad

002

Upay

003

Rocket

004

Last updated