The CreditCard resource allows you to
retrieve previously saved CreditCards,
by sending a GET request to the URI
'/v1/vault/credit-card'
The following code takes you through
the process of retrieving a saved CreditCard
Pass in a OAuthTokenCredential object
explicilty to authenticate the call.
If you skip this step, the client id/secret
set in the config file will be used.
Get Credit Card Sample
The CreditCard resource allows you to retrieve previously saved CreditCards, by sending a GET request to the URI '/v1/vault/credit-card' The following code takes you through the process of retrieving a saved CreditCard