Skip to main content
POST
Create Transfer
v2 · Base URL https://api.fintoc.com/v2

Authorizations

Authorization
string
header
required

Headers

Authorization
string
required

Fintoc Secret Key

Fintoc-JWS-Signature
string
default:CNMaYaDGU3ZhFV1ve6p3sAdYXhEklej8DVIAMqIWCkpNmT6Jp7iigcndXwH5q3WQFHiswgIQU5-_-4rV3jKGptCROmEyWPW8_elhYH1apzAyjOjyZ55ygv37xKHzIFhixzAwmXlAv4pfD4lVelYWVNOSN7REA0QJeCy2vKdqZ5cjqCXQ1lkQUlzOE7dpuNoAkhAhAJJ8HaamFKy7Gl7uwmqbIr-dVYv21d_9O7mO26n0gy3zWXD2nJDxU5Mzl2pZd8-sFvUr9Kmp_YkeRMh4bSe0fr1Uc_YgkjpmYUyu7kaxRWTbAdJ3GwqWFMUDiyfhHdzvZPZyU4VkWreimoydMA
required

Provides additional security for outbound transfers. Check our Transfers Guide for more information: https://docs.fintoc.com/docs/outbound-transfers

Idempotency-Key
string
default:1ebfd86c-a75b-4606-872f-9f1cdd9724ca

Ensures that a signature can only be used once

Body

application/json
amount
integer<int32>
required

The amount to be paid, expressed in the smallest currency unit (e.g., cents for MXN).

currency
enum<string>
default:MXN
required

The currency ISO code of the payout. We currently support "MXN" and "CLP".

Available options:
CLP,
MXN
account_id
string
required

The Account the money should come out of.

counterparty
object
required

Counterparty of the transfer

comment
string

A comment or reference provided by the sender for the transfer, visible by the recipient. In Chile, the same amount-counterparty-comment combination cannot be used more than once per day.

reference_id
integer

reference_id (número de referencia) is optional and used exclusively for creating transfers for 🇲🇽 Mexico. If not assigned, Fintoc will provide one for you. Only numeric values and up to 7 characters.

metadata
object

A key-value pair object containing additional information about the payout for later reconciliation. 50 keys max and 500 characters max pero value.

Response

200

id
string
Example:

"tr_jKaHD105H"

object
string
Example:

"transfer"

amount
integer
default:0
Example:

59013

post_date
string<date-time>
transaction_date
string<date-time>
created_at
string
Example:

"2020-04-17T00:00:00.000Z"

currency
string
Example:

"mxn"

comment
string
Example:

"Pago de credito 10451"

reference_id
string
Example:

"150195"

receipt_url
any
type
string
Example:

"outbound"

tracking_key
any
status
string
Example:

"pending"

mode
string
Example:

"test"

account_number
any
counterparty
object