Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
OCT 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
Available options:
account_to_account
, bill_payment
, business_to_business
, card_bill_payment
, cash_claim
, cash_in
, cash_out
, disbursement
, face_to_face_merchant_payment
, gambling_payout
, government_disbursement
, government_payment
, loyalty
, merchant_disbursement
, mobile_air_time_payment
, money_transfer_by_bank
, money_transfer_by_merchant
, online_gambling_payout
, payments_goods_services
, pension_disbursement
, person_to_person
, prepaid
, prepaid_loads
, wallet_transfer
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"
}
Response
Success
The response is of type object
.