| Resource API |
Ability to take a payment against new card when starting a new session
If no paymentType is specified in the request then it is assumed payment is to be taken against stored card and hence cardReference will be required
Steps to use new card
- Get the session key using /paymentCards/initiate method
- Do a client post request to obtain data and iv (xml format)
- Use the session key, data and iv to start a new session (paymentType = new_card)
| Payment against |
paymentType |
Required fields * |
| Stored card |
stored_card |
cardReference |
| New card |
new_card |
clientPostSessionKey, clientPostResponseData, clientPostResponseIv |
* refer documentation for any other required fields to start a session
|