HOW TO USE A TOKEN
This code steps you through the process of using a token to validate a customer's credit card information and capture authorization information for a charge against the card. Tokens can be used to process many types of future transactions such as payments, sales, refunds, and cancellations. Other returned information includes the status, a message, an address verification (AVS) result, and card verification data (CVV2) result.
The token that this code returns is an assigned Transaction ID. Depending on the interface you're using, this Transaction ID is either ``Master ID`` or ``RRNO.``
You can test for both outcomes:
Approved: When you pass odd dollar amounts, payment authorizations are returned with an 'Approved' status and authorization information is also captured.
Declined: When you pass even dollar amounts, payment authorizations are returned with a 'Declined' status and no authorization information is passed.
This sample shows how to perform a charge using a token, not how to perform a first time charge using credit card or bank account information.
For that Go to: Charge a customer
The following sample code calls a routine from our Code Library.
Download Pay2amigos.pm
Or, download via GitHub
##
Can’t find what you’re
looking for? We can help.





