No momento, esta página não está disponível em português
Online-payment icon

Payouts to a Neteller account

To make a payout to a Neteller account, make a /storeDetailAndSubmitThirdParty call, including:

  • selectedBrand: neteller
  • account: the Neteller account name of the recipient
  • shopperName
  • dateOfBirth

For a list of supported countries for payouts to Neteller accounts, refer to refer to Online payouts.

{
   "amount":{
      "currency":"EUR",
      "value":100
   },
   "selectedBrand":"neteller",
   "additionalData":{
      "tokenDataType":"Neteller",
      "account":"myNetellerAccount"
   },
   "shopperName":{
      "firstName":"Test",
      "gender":"FEMALE",
      "lastName":"Test2"
   },
   "dateOfBirth":"1982-07-17",
   "entityType":"NaturalPerson",
   "nationality":"NL",
   "merchantAccount":"YOUR_MERCHANT_ACCOUNT",
   "recurring":{
      "contract":"PAYOUT"
   },
   "reference":"Test Payout",
   "shopperEmail":"test@company.com",
   "shopperReference":"YOUR_UNIQUE_SHOPPER_ID_IOfW3k9G2PvXFu2j"
}

The response will contain a pspReference and a resultCode.

{
   "pspReference":"MLSPNCQ8HXSKGK82",
   "resultCode":"[payout-submit-received]"
}