Process TabaPay payment

This request allows you to process a payment through TabaPay.

   Click here to learn more about this request

Secure Payments allows you to process card payments through TabaPay. Note the following when using this request:

A TabaPay Processor is required by this request. Use the POST Create TabaPay Processor to create one. If a TabaPay Processor exists, use the GET all processors endpoint to retrieve the processor ID.

A customer's Payment Profile token is required by this request. Use GET payment profile information to see this token.

For more info, see our TabaPay article.

{ "transaction": { "amount": 1.00, "funds-direction": "FromCustomer" }, "card": { "token": CUSTOMER CHECKING TOKEN }, "metadata": {} }

Results

Returns transaction, account, and processor objects after a successfully processed TabaPay payment. A 400 response indicates an invalid payment profile token.

Path Params
int32
required

The specific ID of the processor you'd like to use.

Body Params
transaction
object
card
object
metadata
object
Responses

Language
Credentials