document.write("
// If Bill To fields are omited, default billing address will be used
{
"Store_Code": "beta",
"Function": "CustomerPaymentCard_Register",
"Customer_Login": "bheyde",
"CardType": "Visa",
"CardNumber": "4111111111111111",
"ExpirationMonth": "04",
"ExpirationYear": "2022"
}
no_address - Snippet hosted by \"Cacher\"
// Example request with full bill to address
{
"Store_Code": "beta",
"Function": "CustomerPaymentCard_Register",
"Customer_Login": "bheyde",
"CardType": "Visa",
"CardNumber": "4111111111111111",
"ExpirationMonth": "04",
"ExpirationYear": "2022",
"Address1": "123 Main St",
"Address2": "Apt 203",
"City": "San Diego",
"State": "CA",
"Zip": "92009",
"Country": "US"
}
CustomerPaymentCard_Register - Request - Snippet hosted by \"Cacher\"
");