Dados para teste

Dados para testar payout em ambiente sandbox

Brasil

Pix

Transferência bancária

{
    "name":"testname",
    "bank_code" : "001",
    "branch" : "0002",
    "branch_digit" : "",
    "account_type" : "CHECKING",
    "account" : "12341234",
    "document_type" : "CPF",
    "document_id" : "50284414727",
    "fee_bear" : "merchant",
    "amount" : "1",
    "source_currency" : "USD",
    "arrival_currency" : "BRL",
    "account_digit" : "1",
    "notify_url" : "https://sandbox.transfersmile.com/api/notify/demo",
    "custom_code" : "custom_code31195387357700_t04N",
    "additional_remark" : "banktransfer payout request",
    "country" : "BRA",
    "method" : "BANKTRANSFER",
    "amount_type" : ""
}

México

SPEI

{
    "name" : "testname",
    "phone" : "111111111111",
    "email" : "123@123.com",
    "bank_code" : "90646",
    "account" : "646180209100000014",
    "account_type" : "clabe",
    "document_id" : "MAMB780915969",
    "document_type" : "RFC",
    "method" : "SPEI",
    "channel" : "",
    "custom_code" : "31443964215700_bqSE",
    "fee_bear" : "merchant",
    "amount" : "1",
    "source_currency" : "USD",
    "arrival_currency" : "MXN",
    "notify_url" : "https://sandbox.transfersmile.com/api/notify/demo",
    "additional_remark" : "test",
    "country" : "MEX"
}

Chile

Transferência bancária

{
    "name":"testname",
    "bank_code" : "001",
    "branch" : "0001",
    "branch_digit" : "",
    "account_type" : "Checking",
    "account" : "111111111111",
    "document_type" : "Rut",
    "document_id" : "111111111",
    "fee_bear" : "merchant",
    "amount" : "1",
    "source_currency" : "USD",
    "arrival_currency" : "CLP",
    "account_digit" : "1",
    "notify_url" : "https://sandbox.transfersmile.com/api/notify/demo",
    "custom_code" : "test${timestamp}",
    "additional_remark" : "test",
    "country" : "CHL",
    "method" : "BANKTRANSFER",
    "amount_type" : ""
}

Peru

Transferência bancária

{
    "name":"testname",
    "bank_code" : "0001",
    "branch" : "0001",
    "branch_digit" : "",
    "account_type" : "Savings",
    "account" : "1111111111111",
    "document_type" : "DNI",
    "document_id" : "11111111",
    "fee_bear" : "merchant",
    "amount" : "1",
    "source_currency" : "USD",
    "arrival_currency" : "PEN",
    "account_digit" : "1",
    "notify_url" : "https://sandbox.transfersmile.com/api/notify/demo",
    "custom_code" : "test${timestamp}",
    "additional_remark" : "test",
    "country" : "PE",
    "method" : "BANKTRANSFER",
    "amount_type" : "",
    "region" : "La Libertad"
}

Equador

Transferência bancária

{
    "name":"testname",
    "bank_code" : "0001",
    "branch" : "0001",
    "branch_digit" : "",
    "account_type" : "Checking",
    "account" : "1111111111",
    "document_type" : "CEDULA",
    "document_id" : "1111111111",
    "fee_bear" : "merchant",
    "amount" : "0.5",
    "source_currency" : "USD",
    "arrival_currency" : "USD",
    "account_digit" : "1",
    "notify_url" : "https://sandbox.transfersmile.com/api/notify/demo",
    "custom_code" : "test${timestamp}",
    "additional_remark" : "test22031801",
    "country" : "EC",
    "method" : "BANKTRANSFER",
    "amount_type" : ""
}

Last updated