Europa — SEPA
Un cuerpo completo de POST /v2/payment para cada corredor de payout validado de SEPA. Expande un país para verlo.
Cada cuerpo aquí es un payload que el gateway aceptó en pruebas de corredor, con solo los metadatos de entorno reemplazados — externalPaymentId, fxId, ipAddress y el nombre del remitente. Los números de cuenta, códigos de banco, identificadores de billetera, códigos de finalidad y montos son los que realmente se enviaron.
Cada cuerpo de esta página valida contra el esquema de su país y contra el esquema genérico de push. Cambia por tu externalPaymentId, un fxId vivo de Cambio de divisas y los datos reales del destinatario antes de enviar. Consulta Cobertura por país para lo que exige cada corredor.
Alemania —
DEU · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-deu-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "DEU"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "DEU",
"accountNumber": "DE89370400440532013000",
"accountType": "CHECKING"
}
},
"additionalData": {}
}
Andorra —
AND · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-and-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "AND",
"city": "Test City"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "AND",
"accountNumber": "AD1400080001001234567890",
"accountType": "CHECKING",
"bankCode": "BACAADADXXX"
}
},
"additionalData": {}
}
Austria —
AUT · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-aut-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "AUT"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "AUT",
"accountNumber": "AT611904300234573201",
"accountType": "CHECKING",
"bankCode": "RLNWATWWXXX"
}
},
"additionalData": {}
}
Bélgica —
BEL · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-bel-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "BEL"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "BEL",
"accountNumber": "BE68539007547034",
"accountType": "CHECKING",
"bankCode": "GEBABEBB"
}
},
"additionalData": {}
}
Chipre —
CYP · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-cyp-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "CYP"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "CYP",
"accountNumber": "CY17002001280000001200527600",
"accountType": "CHECKING",
"bankCode": "BCYPCY2N"
}
},
"additionalData": {}
}
Eslovaquia —
SVK · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-svk-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "SVK"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "SVK",
"accountNumber": "SK8975000000000012345671",
"accountType": "CHECKING",
"bankCode": "TATRSKBX"
}
},
"additionalData": {}
}
Eslovenia —
SVN · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-svn-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "SVN"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "SVN",
"accountNumber": "SI56263300012039086",
"accountType": "CHECKING",
"bankCode": "LJBASI2X"
}
},
"additionalData": {}
}
España —
ESP · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-esp-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "ESP"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "ESP",
"accountNumber": "ES9121000418450200051332",
"accountType": "CHECKING",
"bankCode": "BBVAESMM"
}
},
"additionalData": {}
}
Estonia —
EST · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-est-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "EST"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "EST",
"accountNumber": "EE382200221020145685",
"accountType": "CHECKING",
"bankCode": "HABAEE2X"
}
},
"additionalData": {}
}
Finlandia —
FIN · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-fin-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "FIN"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "FIN",
"accountNumber": "FI2112345600000785",
"accountType": "CHECKING",
"bankCode": "NDEAFIHH"
}
},
"additionalData": {}
}
Francia —
FRA · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-fra-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "FRA"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "FRA",
"accountNumber": "FR7314508059471902178465913",
"accountType": "CHECKING",
"bankCode": "BNPAFRPP"
}
},
"additionalData": {}
}
Grecia —
GRC · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-grc-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "GRC"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "GRC",
"accountNumber": "GR1601101250000000012300695",
"accountType": "CHECKING",
"bankCode": "ETHNGRAA"
}
},
"additionalData": {}
}
Irlanda —
IRL · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-irl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "IRL"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "IRL",
"accountNumber": "IE29AIBK93115212345678",
"accountType": "CHECKING",
"bankCode": "AIBKIE2D"
}
},
"additionalData": {}
}
Islandia —
ISL · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-isl-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "ISL"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "ISL",
"accountNumber": "IS140159260076545510730339",
"accountType": "CHECKING",
"bankCode": "GLITISRE"
}
},
"additionalData": {}
}
Italia —
ITA · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-ita-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "ITA"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "ITA",
"accountNumber": "IT60X0542811101000000123456",
"accountType": "CHECKING",
"bankCode": "UNCRITMM"
}
},
"additionalData": {}
}
Letonia —
LVA · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-lva-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "LVA"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "LVA",
"accountNumber": "LV80BANK0000435195001",
"accountType": "CHECKING",
"bankCode": "HABALV22"
}
},
"additionalData": {}
}
Lituania —
LTU · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-ltu-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "LTU"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "LTU",
"accountNumber": "LT121000011101001000",
"accountType": "CHECKING",
"bankCode": "AGBLLT2X"
}
},
"additionalData": {}
}
Luxemburgo —
LUX · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-lux-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "LUX"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "LUX",
"accountNumber": "LU280019400644750000",
"accountType": "CHECKING",
"bankCode": "BCEELULL"
}
},
"additionalData": {}
}
Malta —
MLT · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-mlt-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "MLT"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "MLT",
"accountNumber": "MT84MALT011000012345MTLCAST001S",
"accountType": "CHECKING",
"bankCode": "MALTMTMT"
}
},
"additionalData": {}
}
Mónaco —
MCO · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-mco-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "MCO"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "MCO",
"accountNumber": "MC5811222000010123456789030",
"accountType": "CHECKING",
"bankCode": "CMCIFRPP"
}
},
"additionalData": {}
}
Países Bajos —
NLD · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-nld-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "NLD"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "NLD",
"accountNumber": "NL91ABNA0417164300",
"accountType": "CHECKING",
"bankCode": "ABNANL2A"
}
},
"additionalData": {}
}
Portugal —
PRT · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-prt-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "PRT"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "PRT",
"accountNumber": "PT50000201231234567890154",
"accountType": "CHECKING",
"bankCode": "CGGDPTPLXXX"
}
},
"additionalData": {}
}
San Marino —
SMR · EUR · BANK_DEPOSIT · esquema v1.0.1
BANK_DEPOSIT — probado
{
"externalPaymentId": "push-smr-001",
"fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
"ipAddress": "203.0.113.42",
"paymentType": "PUSH",
"amount": {
"total": 20.0,
"currency": "USD"
},
"recipientAmount": {
"total": 17,
"currency": "EUR"
},
"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": "SMR"
},
"paymentMethod": {
"type": "BANK_DEPOSIT",
"countryCode": "SMR",
"accountNumber": "SM86U0322509800000000270100",
"accountType": "CHECKING",
"bankCode": "BNLIITRR"
}
},
"additionalData": {}
}
