Recurring Payments Service Customer Token
Customer Token Controller
Plan must have a customer-key from a previously related customer. Use url https://gateway-sb.clearent.net/rest/v2/tokens You can POST application/xml or application/json to the service. Make sure you include a valid api-key in the header.
customerKey
api-key-value
Street address associated with the card
123 example streetzip code of street address assoicated with the card
123445Type of card
VISAPossible values: Customer Identifier
custID-dkke-8383-ek999true if this is the default card for the customer
truedescription of card
joint debitExpire date of the card
0932last 4 digits of card number
5678Token that represents to card number
11000383833939380000OK
Created
Unauthorized
Forbidden
Not Found
You can do an HTTP PUT on the field you want to modify. There are only 3 modifiable fields on a token; customer-key, status (ACTIVE, INACTIVE, DELETED), description. Anything else you want to modify with a token, you will need to delete and re-add. First, you will need to add the token-id, that was returned on the creation of the token, to the end of the URL: https://gateway-sb.clearent.net/rest/v2/tokens/TOKEN-ID-HERE
customerKey
api-key-value
Street address associated with the card
123 example streetzip code of street address assoicated with the card
123445Type of card
VISAPossible values: Customer Identifier
custID-dkke-8383-ek999true if this is the default card for the customer
truedescription of card
joint debitExpire date of the card
0932last 4 digits of card number
5678Token that represents to card number
11000383833939380000OK
Created
Unauthorized
Forbidden
Not Found
Last updated
Was this helpful?

