Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Authorization details
The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)
Required string length:
1 - 50
Example:
{
"address": "address",
"city": "city",
"country": "country",
"ecommerce_security_level_indicator": "ecommerce_security_level_indicator",
"mcc": "mcc",
"name": "name",
"partial_approval_capable": false,
"state": "state",
"zip": "zip"
}
Required string length:
1 - 50
Response
Success
The response is of type object
.