Payment Examples
This page contains a few example requests and responses for the transmission of payment methods
Request
Create Payment Method
Card
{
"payment_method": {
"payment_type": "card",
"card_number": "999943434343433",
"security_code": "999",
"expiration_date": "2026-07-01",
"first_name": "Joe",
"last_name": "Doe",
"billing_address": {
"address_line_1": "123 Main Ave",
"address_line_2": "Suite 1",
"city": "Anytown",
"zip": "12345",
"fips_county_code": "34567"
}
}Bank Account
Response
Validate Creation of Payment Method
Card
Bank Account
Last updated
Was this helpful?