Simulate OCT
Card Transaction Simulations
Simulate OCT
This Original Credit Transaction (OCT) enables the cardholder to receive funds on the specified card from an external source via the card network. Use this endpoint to simulate a transaction that is similar to a wire transfer and not linked to any purchase.
Simulate an OCT by including the card_token, amount, mid, and type in your request.
POST
Simulate OCT
Documentation Index
Fetch the complete documentation index at: https://docs.synctera.com/llms.txt
Use this file to discover all available pages before exploring further.
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 - 50Available 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.

