Bre-B

How to use Bre-B to submit a payout in Colombia.

Submit a payout by Bre-B in Colombia

POST https://sandbox.transfersmile.com /api/payout

This endpoint allows you to submit a payout by Bre-B in Colombia.

Headers

Name
Type
Description

Content-Type*

string

application/json; charset=UTF-8

AppId*

string

Your App ID in payout platform

Authorization*

string

SHA256($sorted_params + $app_key)

Request Body

Name
Type
Description

name*

string

Beneficiary's full name, must match the name on the document id. Length must between 5 and 100.

account*

string

Account

- Support Email, Phone, Document Id and Alias -

document_id*

string

Beneficiary document id

document_type*

string

Beneficiary document type, should be one of CC, CE, PEP, NIT, TI, PAS

method*

string

Fixed Value: Bre-B

custom_code*

string

Merchant's order id

- Max.50 -

fee_bear*

string

One of [beneficiary | merchant]

amount*

string

Payout amount, should be an Integer.

- Min 1000, Max 11,550,000 -

amount_type

string

Specify the amount value is fixed for merchant or beneficiary - One of: source_amount, arrival_amount(default) -

source_currency*

string

Merchant's account currency

- supported: USD, GBP, EUR, COP -

arrival_currency*

string

Beneficiary's account currency.

- Fixed Value: COP -

notify_url*

string

Where pagsmile will callback to

additional_remark*

string

Additional Remark - Max Length: 40 -

country*

string

Fixed value: COL, for Colombia

Example

Note: 94FAC**********************68548 is Pagsmile's test App ID for sandbox, and d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302 is authorization token associated with the test App ID.

Document Type

Name
Explanation
Length
Type

CC

Cédula de Ciudadanía

Between 6 to 10

numeric

CE

Cédula de Extranjería

up to 12

characters

PEP

Permiso Especial de Permanencia

up to 15

numeric

TI

Tarjeta de Identidad

6 to 10

numeric

NIT

Número de Identificación Tributaria

9 to 10

numeric

PAS

Pasaporte

up to 9

numeric

Last updated

Was this helpful?