This request validates card information.
Click here to learn more about this request
Once a card is created, this endpoint can be used to verify the card's attributes. Each card has a combination of push/pull settings. Verifying a card's push attribute before attempting funding attempts can prevent failed funding transactions. Note the following when using this request:
Attributes of particular interest for lenders are whether the card allows "pushing" and "pulling" of funds. A card with "push" enabled allows funding transactions. A card with "pull" enabled allows payment transactions.
This request requires you to have Advanced Card Attribute Lookup enabled within your account settings.
The response of this request is a portion of the full response from the GET
bank card information request.
{
"transaction": {
"amount": 1.00,
"funds-direction": "FromCustomer"
},
"card": {
"token": "QVFJREFIalVqRlk..."
},
"metadata": {}
}
Results
Returns the card-details
object after successfully validating a credit card. An error results in a "Invalid card token"
message.