Create billing card

{
  "address": "123 Sample Road",
  "cardholder_name": "Sample Customer",
  "expiration_date": "01/2022",
  "city": "Salt Lake City",
  "state": "UT",
  "zipcode": "84101",
  "card_number": "4444333322221111",
  "country": "usa"
}
Body Params
string

Street address associated with the card.

string

Name for the cardholder.

string

Formatted MM/YYYY.

string

City for the above address.

string

State for the above address, formatted as a standard two-letter code.

string

Zip code for the above address.

string

16-digit number on the card.

string
Defaults to usa

Country for the above address.

Headers
string
Defaults to application/json
string

Secure Payments Authentication Token

string

Secure Payments Secret Key

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json