Global API
...
Request
Transaction

Create Transaction

1min

To create a Transaction in the Payment processor, use the action as ChargeProcessor and pass the Payment data in the RequestJSON under "Payments".

Note: You can only create one record at a time.

The following is an example of creating a Payment where we set every possible field (See Transaction for all available fields). The response will return the response from the Payment Processor, which includes the Payment ID (internalId), plus the newly created Salesforce Payment ID (salesforceId)

Apex
JSON