v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
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/cards/transaction_simulations/financial/original_credit

Request body

amountinteger required

The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents)

card_idstring uuid required
midstring required
screening_scorestring
transactionPurposestring
type'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' required

Example request

{
  "card_acceptor": {
    "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

SimulationResponseModel required