AdvCash
This page provides an overview of the payments methods provided by the AdvCash adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating AdvCash within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
Payment Method | Transaction Flows | Transaction Types |
---|---|---|
AdvCash Wallet | Full-Page Redirect, Server-To-Server | Register, Debit, Payout |
Account Verification
The register transaction type (server-to-server) allows for verifying an AdvCash
account. Send either customer.email
or extraData.walletId
for identifying an
AdvCash wallet. Additionally, customer.firstName
and customer.lastName
are
required. AdvCash returns a percentage of how much first and last name are
matching, respectively. Additionally, a boolean flag is provided if the account
is verified by AdvCash.
Note: the register transaction won't fail, if first and/or last name don't match, or if the wallet account is unverified. It will only fail, if the wallet account doesn't exist.