Users Guide
RESTful Web Service | Actions and Adaptive CLI
624 OMNM 6.5.3 User Guide
"payment_method":"credit_card",
"funding_instruments":[
{
"credit_card":{
"number":"555555555550331",
"type":"visa",
"expire_month":11,
"expire_year":2018,
"cvv2":"555",
"first_name":"Betsy",
"last_name":"Buyer",
"billing_address":{
"line1":"111 First Street",
"city":"Saratoga",
"state":"CA",
"postal_code":"95070",
"country_code":"US"
}
}
}
]
},
"transactions":[
{
"amount":{
"total":"7.47",
"currency":"USD",
"details":{
"subtotal":"7.41",
"tax":"0.03",
"shipping":"0.03"
}
},
"description":"This is the payment transaction description."
}
]
}