v4
OpenAPI 3.1.02026-08-012402353.8 MBList Card Validations
Query parameters
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Card Validations to ones belonging to the specified Account.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter Card Validations by status. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
Card Validation List
Example response
{
"data": [
{
"acceptance": {
"accepted_at": "2020-01-31T23:59:59Z",
"authorization_identification_response": "ABCDEF",
"card_verification_value2_result": null,
"cardholder_first_name_result": null,
"cardholder_full_name_result": null,
"cardholder_last_name_result": null,
"cardholder_middle_name_result": null,
"cardholder_postal_code_result": null,
"cardholder_street_address_result": null,
"network_transaction_identifier": "841488484271872"
},
"account_id": "account_in71c4amph0vgo2qllky",
"card_token_id": "outbound_card_token_zlt0ml6youq3q7vcdlg0",
"cardholder_first_name": "Dee",
"cardholder_last_name": "Hock",
"cardholder_middle_name": "Ward",
"cardholder_postal_code": "10045",
"cardholder_street_address": "33 Liberty Street",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"decline": {
"declined_at": "2020-01-31T23:59:59Z",
"network_transaction_identifier": "841488484271872",
"reason": "transaction_not_permitted_to_cardholder"
},
"id": "outbound_card_validation_qqlzagpc6v1x2gcdhe24",
"idempotency_key": null,
"merchant_category_code": "1234",
"merchant_city_name": "New York",
"merchant_name": "Acme Corp",
"merchant_postal_code": "10045",
"merchant_state": "NY",
"route": "visa",
"status": "pending_submission",
"submission": {
"retrieval_reference_number": "123456789012",
"submitted_at": "2020-01-31T23:59:59Z",
"trace_number": "123456"
},
"type": "card_validation"
}
],
"next_cursor": "v57w5d"
}