Make a Sale Transaction
Make a single transaction. This method authorizes and captures a payment in one step.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
Value obtained from user when an API generated captcha is used in payment page
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
Query Parameters
When true
, the request creates a new customer record, regardless of whether customer identifiers match an existing customer.
When true
, enables real-time validation of ACH account and routing numbers. This is an add-on feature, contact Payabli for more information.
Body
The entrypoint identifier.
50
Object describing details of the payment. Required.
Information about the payment method for the transaction. Required and recommended fields for each payment method type are described in each schema below.
Custom identifier for payment connector.
250
Object describing the Customer/Payor. Which fields are required depends on the paypoint's custom identifier settings. See PayorData Object Model for a complete reference.
Object describing an Invoice linked to the transaction.
Recommended. The customer's IP address. This field is used to help prevent fraudulent transactions, and Payabli strongly recommends including this data.
Text description of the transaction.
250
Custom identifier for the transaction.
250
Custom identifier to indicate the transaction or request source.
100
Refers to the payment page identifier. If provided, then the transaction is linked to the payment page.
50
Payabli identifier of the subscription associated with the transaction.
Response
General response for certain moneyIn and moneyOut endpoints.
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
The object containing the response data.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?