Inyo

Américas

Um corpo completo de POST /v2/payment para cada corredor de payout validado das Américas. Expanda um país para vê-lo.

Cada corpo aqui é um payload que o gateway aceitou em testes de corredor, com apenas os metadados de ambiente substituídos — externalPaymentId, fxId, ipAddress e o nome do remetente. Números de conta, códigos de banco, identificadores de carteira, códigos de finalidade e valores são os que foram de fato submetidos.

Todo corpo desta página valida contra o schema do seu país e contra o schema genérico de push. Troque pelo seu externalPaymentId, um fxId vivo do Câmbio e os dados reais do destinatário antes de enviar. Veja Cobertura por país para o que cada corredor exige.

BrasilBRA · BRL · BANK_DEPOSIT · PIX · schema v1.0.1

BANK_DEPOSIT — testado

{
  "externalPaymentId": "push-bra-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 100,
    "currency": "BRL"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "BRA",
      "stateCode": "AC",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "01310100"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "BRA",
      "bankCode": "341",
      "routingNumber": "0001",
      "accountNumber": "12345678901",
      "accountType": "CHECKING"
    },
    "documents": [
      {
        "document": "12345678909",
        "type": "CPF",
        "countryCode": "BRA"
      }
    ]
  },
  "additionalData": {
    "senderSourceOfFunds": "01",
    "statementNarrative": "Family support"
  }
}

PIX — testado

{
  "externalPaymentId": "push-bra-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 101,
    "currency": "BRL"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "BRA",
      "stateCode": "SP",
      "city": "Sao Paulo",
      "line1": "Rua Test 123",
      "zipCode": "01310100"
    },
    "paymentMethod": {
      "type": "PIX",
      "countryCode": "BRA",
      "keyType": "RANDOM",
      "key": "4fbdefaf-dec8-4ace-8b1a-1c2d3e4f5a6b"
    },
    "documents": [
      {
        "document": "12345678909",
        "type": "CPF",
        "countryCode": "BRA"
      }
    ]
  },
  "additionalData": {}
}

CanadáCAN · CAD · BANK_DEPOSIT · schema v1.0.1

BANK_DEPOSIT — testado

{
  "externalPaymentId": "push-can-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 28,
    "currency": "CAD"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "CAN",
      "stateCode": "AB",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "T1L1C1"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "CAN",
      "bankCode": "003",
      "routingNumber": "00001",
      "accountNumber": "1234567",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+14165551234"
  },
  "additionalData": {
    "paymentPurpose": "601",
    "statementNarrative": "Family support"
  }
}

ChileCHL · CLP · BANK_DEPOSIT · schema v1.0.1

BANK_DEPOSIT — testado

{
  "externalPaymentId": "push-chl-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 18240,
    "currency": "CLP"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Maria",
    "lastName": "Gonzalez",
    "address": {
      "countryCode": "CHL",
      "city": "Santiago",
      "line1": "Av. Libertador 456",
      "zipCode": "8320000"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "CHL",
      "bankCode": "012",
      "accountNumber": "1234567890",
      "accountType": "CHECKING"
    },
    "documents": [
      {
        "document": "123456785",
        "type": "RUT",
        "countryCode": "CHL"
      }
    ]
  },
  "additionalData": {
    "statementNarrative": "Family support"
  }
}

ColômbiaCOL · COP · BANK_DEPOSIT · schema v1.0.1

BANK_DEPOSIT — testado

{
  "externalPaymentId": "push-col-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 63599,
    "currency": "COP"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "email": "[email protected]",
    "address": {
      "countryCode": "COL",
      "stateCode": "AMA",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "110001"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "COL",
      "bankCode": "007",
      "routingNumber": "11111",
      "accountNumber": "12345678901234",
      "accountType": "CHECKING"
    },
    "documents": [
      {
        "document": "1014357612",
        "type": "CC",
        "countryCode": "COL"
      }
    ],
    "phoneNumber": "+573001234567"
  },
  "additionalData": {
    "paymentPurpose": "EPFAMT"
  }
}

MéxicoMEX · MXN · BANK_DEPOSIT · schema v1.0.1

BANK_DEPOSIT · BBAN — testado

{
  "externalPaymentId": "push-mex-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 346,
    "currency": "MXN"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "MEX",
      "stateCode": "AGU",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "12345"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "MEX",
      "accountNumberType": "BBAN",
      "accountNumber": "012180012345678909",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+5215512345678"
  },
  "additionalData": {}
}

BANK_DEPOSIT · DIMO — testado

{
  "externalPaymentId": "push-mex-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 347,
    "currency": "MXN"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "MEX",
      "stateCode": "AGU",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "12345"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "MEX",
      "accountNumberType": "DIMO",
      "bankCode": "012",
      "accountNumber": "5512345678"
    }
  },
  "additionalData": {}
}