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_idstringRequired
Unique identifier of the consumer receiving the transfer.
external_payment_card_idstringRequiredformat: "uuid"
External ID of the payment card to credit funds to.
amountdoubleRequired
Amount to push in USD.
descriptionstringOptional
Optional description for the transaction.

Response

idstringformat: "uuid"
Unique identifier for this payment.
amountdouble
Transfer amount in USD.
directionstring

Always Push for OCT transactions.

statusstring
Current payment status.
consumer_idstring
Identifier of the consumer associated with this payment.
external_payment_card_idstringformat: "uuid"
External ID of the payment card that was credited.
fee_amountdouble
Fee amount charged for this transaction.