Processes a sale transaction using a previously stored payment method, referenced by its unique ID. This is a one-step payment operation that authorizes and captures funds in a single call.
You must provide the paymentMethodId, along with invoice, and amount details.
This endpoint is commonly used for charging returning customers, subscriptions, or quick-pay scenarios where the user has already saved a card, or ACH account. The payment can be either one-time or it can include data to define the initial transaction in a recurring or installment stream. This allows the networks to tie subsequent transactions back to the original approval, ensuring a seamless and efficient payment process.
It improves security and user experience by avoiding the need to re-enter payment data.
Quick Starts:
Related Links:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the payment method information
The unique identifier of the customer.
Determine whether to return raw processor data in the response.
Allows the merchant to define a dynamic descriptor, which appears in the payment statement. For dynamic descriptor, special configuration is required.
Processors supporting this feature: Nuvei, WorldPay, BridgePay, Paymentech, PaymentLync.
Network processing information.
Processors supporting this feature: Adyen, Nuvei, WorldPay, TSYS, BridgePay, Paymentech, PaymentLync.
OK
The unique identifier of the customer.
The unique identifier of the invoice.
Merchant's unique identifier for the invoice.
Merchant's unique identifier for the payment method.
The identifier returned for Visa, Mastercard, and Discover transactions. Visa and Discover use this value to link subsequent payments in a recurring/installment stream back to the initial transaction. You must include this value in the request message (originalNetworkTransactionId element) for subsequent recurring payments.
The current status of the invoice.
Possible values: Paid, Void, Pending, Recycle, Noncollectable, Refund, OneTimePaymentPending, PartialRefund, BatchPending, CapturePending, RefundPending, RefundDeclined, RefundFailed, RetryPending, RecurringPending.
The status of the invoice attempt.
Possible values: Success, Fail, Pending, RetrySuccess, RetryFail, RetryPending.
The message returned directly from payment processor or a special message provided by system.
The unique identifier for the payment method information.
Specifies the type of payment method used for the transaction. Examples include CreditCard (1), Ach (2), GooglePay (3) and ApplePay (4).
The name of the processor by which the transaction was processed.
The merchant account ID (MID) of the processor by which the transaction was processed.
Conditional. The value is returned if includeRawProcessorResponse = true. This field contains the raw data received from the processor after attempting to bill this payment. It does not contain any sensitive information. The field value is a string with the serialized response from the processor in JSON format.
Can be null
The details of credit card payment method.
The processor response message.
The processor response code.