Inyo

Europa — fuera de SEPA

Un cuerpo completo de POST /v2/payment para cada corredor de payout europeo fuera de SEPA validado. 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.

BulgariaBGR · BGN · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-bgr-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 100.0,
    "currency": "BGN"
  },
  "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": "BGR"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "BGR",
      "bankCode": "BNBGBGSF",
      "accountNumber": "BG80BNBG96611020345678",
      "accountType": "CHECKING"
    }
  }
}

DinamarcaDNK · DKK · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-dnk-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 124.07,
    "currency": "DKK"
  },
  "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": "DNK"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "DNK",
      "accountNumberType": "BBAN",
      "routingNumber": "0040",
      "accountNumber": "0440116243",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-dnk-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 124.07,
    "currency": "DKK"
  },
  "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": "DNK"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "DNK",
      "accountNumberType": "IBAN",
      "accountNumber": "DK5000400440116243"
    }
  }
}

HungríaHUN · HUF · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-hun-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 6154,
    "currency": "HUF"
  },
  "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": "HUN"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "HUN",
      "accountNumberType": "BBAN",
      "accountNumber": "117730161111101800000000",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-hun-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 6154,
    "currency": "HUF"
  },
  "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": "HUN"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "HUN",
      "accountNumberType": "IBAN",
      "accountNumber": "HU42117730161111101800000000"
    }
  }
}

LiechtensteinLIE · CHF · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-lie-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 100.0,
    "currency": "CHF"
  },
  "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": "LIE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "LIE",
      "bankCode": "BLFLLI2X",
      "accountNumber": "LI21088100002324013AA",
      "accountType": "CHECKING"
    }
  }
}

NoruegaNOR · NOK · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-nor-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 180.14,
    "currency": "NOK"
  },
  "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": "NOR"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "NOR",
      "accountNumberType": "BBAN",
      "accountNumber": "86011117947",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-nor-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 180.14,
    "currency": "NOK"
  },
  "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": "NOR"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "NOR",
      "accountNumberType": "IBAN",
      "accountNumber": "NO9386011117947"
    }
  }
}

PoloniaPOL · PLN · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-pol-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 73.32,
    "currency": "PLN"
  },
  "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": "POL"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "POL",
      "accountNumberType": "BBAN",
      "routingNumber": "10901014",
      "accountNumber": "61109010140000071219812874",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-pol-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 73.32,
    "currency": "PLN"
  },
  "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": "POL"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "POL",
      "accountNumberType": "IBAN",
      "accountNumber": "PL61109010140000071219812874"
    }
  }
}

Reino UnidoGBR · GBP · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-gbr-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 15,
    "currency": "GBP"
  },
  "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": "GBR"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "GBR",
      "accountNumberType": "BBAN",
      "bankCode": "070116",
      "accountNumber": "34012583",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+447712345678"
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-gbr-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 15,
    "currency": "GBP"
  },
  "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": "GBR"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "GBR",
      "accountNumberType": "IBAN",
      "accountNumber": "GB35BOFS07011634012583"
    }
  }
}

República ChecaCZE · CZK · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-cze-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 409.53,
    "currency": "CZK"
  },
  "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": "CZE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "CZE",
      "accountNumberType": "BBAN",
      "bankCode": "0800",
      "accountNumber": "2000145399",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-cze-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 409.53,
    "currency": "CZK"
  },
  "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": "CZE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "CZE",
      "accountNumberType": "IBAN",
      "accountNumber": "CZ6508000000192000145399"
    }
  }
}

RumaníaROU · RON · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-rou-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 89.54,
    "currency": "RON"
  },
  "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": "ROU"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "ROU",
      "bankCode": "RNCBROBU",
      "accountNumber": "RO49AAAA1B31007593840000",
      "accountType": "CHECKING"
    }
  }
}

SueciaSWE · SEK · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-swe-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 189.41,
    "currency": "SEK"
  },
  "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": "SWE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "SWE",
      "accountNumberType": "BBAN",
      "bankCode": "5277",
      "accountNumber": "1001977",
      "accountType": "CHECKING"
    }
  }
}

BANK_DEPOSIT · IBAN — probado

{
  "externalPaymentId": "push-swe-002",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 189.41,
    "currency": "SEK"
  },
  "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": "SWE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "SWE",
      "accountNumberType": "IBAN",
      "accountNumber": "SE3550000000054910000003"
    }
  }
}

SuizaCHE · CHF · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-che-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 16,
    "currency": "CHF"
  },
  "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": "CHE"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "CHE",
      "accountNumber": "CH8800240011623852957",
      "accountType": "CHECKING"
    }
  }
}

TurquíaTUR · TRY · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-tur-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 932,
    "currency": "TRY"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    },
    "documents": [
      {
        "document": "A12345678",
        "type": "PASSPORT",
        "countryCode": "USA"
      }
    ]
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "TUR",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "TUR",
      "bankCode": "TCZBTR2A",
      "accountNumber": "TR470001201234567890123456",
      "accountType": "CHECKING"
    },
    "documents": [
      {
        "document": "12345678901",
        "type": "ID",
        "countryCode": "TUR"
      }
    ],
    "birthDate": "1990-01-15",
    "birthCountryCode": "TUR"
  },
  "additionalData": {
    "statementNarrative": "Family support"
  }
}