Inyo

Asia y Oceanía

Un cuerpo completo de POST /v2/payment para cada corredor de payout validado de Asia y Oceanía. Expande un país para verlo.

Los cuerpos marcados probado son payloads 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. Los marcados generado se construyeron a partir del esquema del país, para corredores que las pruebas no alcanzaron; son estructuralmente correctos, pero sus identificadores son marcadores que no direccionan a nadie.

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.

BangladeshBGD · BDT · BANK_DEPOSIT · WALLET · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-bgd-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2192,
    "currency": "BDT"
  },
  "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": "BGD",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "BGD",
      "bankCode": "020261724",
      "bankName": "Local Bank",
      "accountNumber": "12345678901234567",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+8801712345678"
  },
  "additionalData": {
    "paymentPurpose": "FAMI",
    "tradeOrderId": "TRD001"
  }
}

WALLET · BKASH — probado

{
  "externalPaymentId": "push-bgd-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2205,
    "currency": "BDT"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "BGD",
      "city": "Dhaka",
      "line1": "123 Main Street",
      "zipCode": "1234"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "BGD",
      "walletId": "+8801712345678",
      "walletType": "PHONENUMBER",
      "walletOperator": "BKASH"
    }
  },
  "additionalData": {
    "paymentPurpose": "FAMILY_SUPPORT"
  }
}

WALLET · NAGAD — probado

{
  "externalPaymentId": "push-bgd-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2205,
    "currency": "BDT"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "BGD",
      "city": "Dhaka",
      "line1": "123 Main Street",
      "zipCode": "1234"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "BGD",
      "walletId": "+8801712345678",
      "walletType": "PHONENUMBER",
      "walletOperator": "NAGAD"
    }
  },
  "additionalData": {
    "paymentPurpose": "FAMILY_SUPPORT"
  }
}

WALLET · ROCKET — probado

{
  "externalPaymentId": "push-bgd-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2205,
    "currency": "BDT"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "BGD",
      "city": "Dhaka",
      "line1": "123 Main Street",
      "zipCode": "1234"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "BGD",
      "walletId": "+8801712345678",
      "walletType": "PHONENUMBER",
      "walletOperator": "ROCKET"
    }
  },
  "additionalData": {
    "paymentPurpose": "FAMILY_SUPPORT"
  }
}

ChinaCHN · CNY · WALLET · esquema v1.0.1

WALLET · WECHATPAY — probado

{
  "externalPaymentId": "push-chn-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 134,
    "currency": "CNY"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    },
    "birthDate": "1980-05-15"
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "phoneNumber": "+8611234567890",
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "CHN",
      "walletId": "+8611234567890",
      "walletType": "PHONENUMBER",
      "walletOperator": "WECHATPAY"
    }
  },
  "additionalData": {
    "paymentPurpose": "FAMILY_SUPPORT"
  }
}

WALLET · ALIPAY — probado

{
  "externalPaymentId": "push-chn-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 134,
    "currency": "CNY"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    },
    "birthDate": "1980-05-15"
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "phoneNumber": "+8611234567890",
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "CHN",
      "walletId": "+8611234567890",
      "walletType": "PHONENUMBER",
      "walletOperator": "ALIPAY"
    }
  },
  "additionalData": {
    "paymentPurpose": "FAMILY_SUPPORT"
  }
}

Corea del SurKOR · KRW · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-kor-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 29541,
    "currency": "KRW"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "birthDate": "1985-06-20",
    "birthCountryCode": "USA",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "KOR",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "KOR",
      "bankCode": "088",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+821012345678",
    "birthDate": "1990-01-15",
    "birthCountryCode": "KOR"
  },
  "additionalData": {
    "paymentPurpose": "FIS"
  }
}

FilipinasPHL · PHP · BANK_DEPOSIT · WALLET · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-phl-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1225,
    "currency": "PHP"
  },
  "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": "PHL"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "PHL",
      "bankCode": "010534304",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+639171234567"
  },
  "additionalData": {
    "paymentPurpose": "0210000001"
  }
}

WALLET · GRABPAY — probado

{
  "externalPaymentId": "push-phl-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1219,
    "currency": "PHP"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "PHL",
      "walletId": "+639123456789",
      "walletType": "PHONENUMBER",
      "walletOperator": "GRABPAY"
    }
  },
  "additionalData": {}
}

WALLET · GCASH — probado

{
  "externalPaymentId": "push-phl-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1219,
    "currency": "PHP"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "PHL",
      "walletId": "+639123456789",
      "walletType": "PHONENUMBER",
      "walletOperator": "GCASH"
    }
  },
  "additionalData": {}
}

IndiaIND · INR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT · BBAN — probado

{
  "externalPaymentId": "push-ind-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1918,
    "currency": "INR"
  },
  "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": "IND",
      "stateCode": "AP",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "110001"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "IND",
      "bankCode": "HDFC0001234",
      "accountNumber": "9876543210123456",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "P1301"
  }
}

BANK_DEPOSIT · UPI — probado

{
  "externalPaymentId": "push-ind-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1920,
    "currency": "INR"
  },
  "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": "IND",
      "stateCode": "AP",
      "city": "Test City",
      "line1": "123 Main Street",
      "zipCode": "110001"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "IND",
      "accountNumberType": "UPI",
      "accountNumber": "TestUser123@upi"
    }
  },
  "additionalData": {
    "paymentPurpose": "P1301"
  }
}

IndonesiaIDN · IDR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-idn-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 358397,
    "currency": "IDR"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    },
    "birthDate": "1985-06-20",
    "birthCountryCode": "USA"
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "IDN"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "IDN",
      "bankCode": "014",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    },
    "birthDate": "1990-01-15",
    "birthCountryCode": "IDN"
  },
  "additionalData": {
    "paymentPurpose": "ISGDSV",
    "statementNarrative": "Goods purchase"
  }
}

MalasiaMYS · MYR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-mys-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 81,
    "currency": "MYR"
  },
  "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": "MYS",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "MYS",
      "bankCode": "MBBEMYKL",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "00000"
  }
}

MongoliaMNG · MNT · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — generado

{
  "externalPaymentId": "push-mng-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 100,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 340000,
    "currency": "MNT"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "zipCode": "10001"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "MNG",
      "accountNumber": "1234567890"
    },
    "phoneNumber": "+97688123456",
    "address": {
      "countryCode": "MNG",
      "city": "Capital City",
      "line1": "123 Main Street"
    }
  }
}

NepalNPL · NPR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-npl-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 3047,
    "currency": "NPR"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    },
    "documents": [
      {
        "document": "12345678",
        "type": "P",
        "countryCode": "USA"
      }
    ]
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "address": {
      "countryCode": "NPL",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "NPL",
      "bankCode": "4247",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    },
    "phoneNumber": "+9779801234567"
  },
  "additionalData": {
    "paymentPurpose": "EPFAMT"
  }
}

PakistánPAK · PKR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-pak-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 5650,
    "currency": "PKR"
  },
  "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": "PAK",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "PAK",
      "bankCode": "HABBPKKA",
      "accountNumber": "PK36SCBL0000001123456702",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "50"
  }
}

SingapurSGP · SGD · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-sgp-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 26,
    "currency": "SGD"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Wei",
    "lastName": "Tan",
    "address": {
      "countryCode": "SGP",
      "city": "Singapore",
      "line1": "1 Marina Boulevard",
      "zipCode": "018989"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "SGP",
      "bankCode": "DBSSSGSG",
      "accountNumber": "1234567890",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "ISSALA",
    "statementNarrative": "Salary payment"
  }
}

Sri LankaLKA · LKR · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-lka-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 6660,
    "currency": "LKR"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "line2": "",
      "zipCode": "AAAAA"
    }
  },
  "recipient": {
    "firstName": "Nimal",
    "lastName": "Perera",
    "address": {
      "countryCode": "LKA",
      "city": "Colombo",
      "line1": "45 Galle Road",
      "zipCode": "00300"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "LKA",
      "bankCode": "7010",
      "routingNumber": "001",
      "accountNumber": "1234567890",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "statementNarrative": "Family support"
  }
}

TailandiaTHA · THB · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-tha-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 666,
    "currency": "THB"
  },
  "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": "THA"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "THA",
      "bankCode": "KASITHBK",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "ALLW"
  }
}

UzbekistánUZB · UZS · CARD · esquema v1.0.1

CARD — generado

{
  "externalPaymentId": "push-uzb-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 100,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1280000,
    "currency": "UZS"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St",
      "zipCode": "10001"
    }
  },
  "recipient": {
    "firstName": "Jane",
    "lastName": "Doe",
    "paymentMethod": {
      "type": "CARD",
      "countryCode": "UZB",
      "cardTokenId": "778303bb-1441-4378-b923-77ecf414cffd"
    }
  }
}

VietnamVNM · VND · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-vnm-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 521907,
    "currency": "VND"
  },
  "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": "VNM",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "VNM",
      "bankCode": "BFTVVNVX",
      "accountNumber": "1234567890123456",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "EPFAMT"
  }
}