Inyo

África

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

Costa de MarfilCIV · XOF · WALLET · esquema v1.0.1

WALLET · MTN — probado

{
  "externalPaymentId": "push-civ-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 11384,
    "currency": "XOF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Yao Francis Timothé",
    "lastName": "Yao",
    "address": {
      "countryCode": "CIV",
      "city": "Abidjan",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "CIV",
      "walletId": "+2250153898945",
      "walletType": "PHONENUMBER",
      "walletOperator": "MTN"
    }
  },
  "additionalData": {}
}

WALLET · ORANGE_MONEY — probado

{
  "externalPaymentId": "push-civ-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 11384,
    "currency": "XOF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Yao Francis Timothé",
    "lastName": "Yao",
    "address": {
      "countryCode": "CIV",
      "city": "Abidjan",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "CIV",
      "walletId": "+2250153898945",
      "walletType": "PHONENUMBER",
      "walletOperator": "ORANGE_MONEY"
    }
  },
  "additionalData": {}
}

WALLET · MOOV — probado

{
  "externalPaymentId": "push-civ-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 11384,
    "currency": "XOF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Yao Francis Timothé",
    "lastName": "Yao",
    "address": {
      "countryCode": "CIV",
      "city": "Abidjan",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "CIV",
      "walletId": "+2250153898945",
      "walletType": "PHONENUMBER",
      "walletOperator": "MOOV"
    }
  },
  "additionalData": {}
}

EgiptoEGY · EGP · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-egy-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 1004,
    "currency": "EGP"
  },
  "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": "EGY",
      "city": "Test City"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "EGY",
      "bankCode": "NBEGEGCX",
      "accountNumber": "EG380019000500000000263180002",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {
    "paymentPurpose": "ISCOLL"
  }
}

GambiaGMB · GMD · BANK_DEPOSIT · WALLET · esquema v1.0.1

WALLET — generado

{
  "externalPaymentId": "push-gmb-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 100,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 6700,
    "currency": "GMD"
  },
  "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": "WALLET",
      "countryCode": "GMB",
      "walletId": "+2207123456",
      "walletType": "RANDOM",
      "walletOperator": "SAMPLE"
    }
  },
  "additionalData": {
    "paymentPurpose": "PT1"
  }
}

BANK_DEPOSIT — generado

{
  "externalPaymentId": "push-gmb-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 100,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 6700,
    "currency": "GMD"
  },
  "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": "GMB",
      "accountNumber": "1234567890"
    }
  },
  "additionalData": {
    "paymentPurpose": "PT1"
  }
}

GuineaGIN · GNF · WALLET · esquema v1.0.1

WALLET · MTN_MOBILE_MONEY — probado

{
  "externalPaymentId": "push-gin-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 175264,
    "currency": "GNF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Diallo",
    "lastName": "Mariama cire",
    "address": {
      "countryCode": "GIN",
      "city": "Conakry",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "GIN",
      "walletId": "+224620883048",
      "walletType": "PHONENUMBER",
      "walletOperator": "MTN_MOBILE_MONEY"
    }
  },
  "additionalData": {}
}

WALLET · ORANGE_MONEY — probado

{
  "externalPaymentId": "push-gin-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 175264,
    "currency": "GNF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Diallo",
    "lastName": "Mariama cire",
    "address": {
      "countryCode": "GIN",
      "city": "Conakry",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "GIN",
      "walletId": "+224620883048",
      "walletType": "PHONENUMBER",
      "walletOperator": "ORANGE_MONEY"
    }
  },
  "additionalData": {}
}

KeniaKEN · KES · BANK_DEPOSIT · WALLET · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-ken-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2574,
    "currency": "KES"
  },
  "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": "KEN",
      "city": "Test City",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "KEN",
      "bankCode": "01100",
      "accountNumber": "12345678901234",
      "accountType": "CHECKING"
    },
    "documents": [
      {
        "document": "12345678",
        "type": "ID",
        "countryCode": "KEN"
      }
    ]
  },
  "additionalData": {
    "statementNarrative": "Family support"
  }
}

WALLET · AIRTEL_MONEY — probado

{
  "externalPaymentId": "push-ken-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2585,
    "currency": "KES"
  },
  "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": "KEN",
      "walletId": "+254712345678",
      "walletType": "PHONENUMBER",
      "walletOperator": "AIRTEL_MONEY"
    }
  },
  "additionalData": {}
}

WALLET · EQUITEL_MONEY — probado

{
  "externalPaymentId": "push-ken-001",
  "paymentType": "PUSH",
  "ipAddress": "203.0.113.42",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 2585,
    "currency": "KES"
  },
  "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": "KEN",
      "walletId": "+254712345678",
      "walletType": "PHONENUMBER",
      "walletOperator": "EQUITEL_MONEY"
    }
  }
}

MadagascarMDG · MGA · WALLET · esquema v1.0.1

WALLET · MVOLA — probado

{
  "externalPaymentId": "push-mdg-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 85666.63,
    "currency": "MGA"
  },
  "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": "MDG",
      "walletId": "+261340000000",
      "walletType": "PHONENUMBER",
      "walletOperator": "MVOLA"
    }
  },
  "additionalData": {}
}

WALLET · ORANGE_MONEY — probado

{
  "externalPaymentId": "push-mdg-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 85666.63,
    "currency": "MGA"
  },
  "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": "MDG",
      "walletId": "+261340000000",
      "walletType": "PHONENUMBER",
      "walletOperator": "ORANGE_MONEY"
    }
  },
  "additionalData": {}
}

WALLET · AIRTEL_MONEY — probado

{
  "externalPaymentId": "push-mdg-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 85666.63,
    "currency": "MGA"
  },
  "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": "MDG",
      "walletId": "+261340000000",
      "walletType": "PHONENUMBER",
      "walletOperator": "AIRTEL_MONEY"
    }
  },
  "additionalData": {}
}

MalíMLI · XOF · WALLET · esquema v1.0.1

WALLET · ORANGE_MONEY_MALI — probado

{
  "externalPaymentId": "push-mli-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 11384,
    "currency": "XOF"
  },
  "sender": {
    "firstName": "John",
    "lastName": "Smith",
    "address": {
      "countryCode": "USA",
      "stateCode": "NY",
      "city": "New York",
      "line1": "123 Main St"
    }
  },
  "recipient": {
    "firstName": "Issa Anon",
    "lastName": "Guindo",
    "address": {
      "countryCode": "MLI",
      "city": "Bamako",
      "line1": "123 Main Street"
    },
    "paymentMethod": {
      "type": "WALLET",
      "countryCode": "MLI",
      "walletId": "+22376449248",
      "walletType": "PHONENUMBER",
      "walletOperator": "ORANGE_MONEY_MALI"
    }
  },
  "additionalData": {}
}

MarruecosMAR · MAD · BANK_DEPOSIT · esquema v1.0.1

BANK_DEPOSIT — probado

{
  "externalPaymentId": "push-mar-001",
  "fxId": "b40597a6-0312-4ac0-982d-7158a30f52a3",
  "ipAddress": "203.0.113.42",
  "paymentType": "PUSH",
  "amount": {
    "total": 20.0,
    "currency": "USD"
  },
  "recipientAmount": {
    "total": 184,
    "currency": "MAD"
  },
  "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": "MAR",
      "city": "Test City"
    },
    "paymentMethod": {
      "type": "BANK_DEPOSIT",
      "countryCode": "MAR",
      "bankCode": "BCMAMAMC",
      "accountNumber": "011810000001234567890193",
      "accountType": "CHECKING"
    }
  },
  "additionalData": {}
}

NigeriaNGA · NGN · WALLET · esquema v1.0.1

WALLET · SMARTCASH — probado

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