v2
latestOpenAPI 3.0.02026-07-261677104.9 KBTesting
Retrieve a tokenized test credit card
Retrieve a test credit card that can be used to process payments in your Bolt testing environment. The response includes the card's Bolt credit card token.
post/testing/credit-cards
Request body
Example request
{
"type": "approve"
}Response
Successfully generated test credit card details
Example response
{
"network": "visa",
"bin": "411111",
"last4": "1004",
"expiration": "2023-10-31T06:00:00Z",
"token": "a1B2c3D4e5F6G7H8i9J0k1L2m3N4o5P6Q7r8S9t0"
}