Create OCT Payment Request
Create an OCT (Original Credit Transaction) request to push funds directly to a consumer’s payment card
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
consumer_id
Unique identifier of the consumer receiving the transfer.
external_payment_card_id
External ID of the payment card to credit funds to.
amount
Amount to push in USD.
description
Optional description for the transaction.
Response
id
Unique identifier for this payment.
amount
Transfer amount in USD.
direction
Always Push for OCT transactions.
status
Current payment status.
consumer_id
Identifier of the consumer associated with this payment.
external_payment_card_id
External ID of the payment card that was credited.
fee_amount
Fee amount charged for this transaction.

