# Card payments

Solidgate API for <a href="https://docs.solidgate.com/payments/card-payments/" target="_blank">card payments</a> allows merchants to securely integrate with a payment gateway to process and manage card transactions.

 - [POST /charge](https://api-docs.solidgate.com/api/card-payments/make-card-charge.md): Basic operation withdraws funds from the cardholder’s account, with optional 3D Secure verification, and tokenizes the cardholder's data for future payments.
 - [POST /google-pay](https://api-docs.solidgate.com/api/card-payments/make-google-pay.md): An API request for Google Pay allows a merchant to initiate a Google Pay transaction, by sending a request to the Google Pay API with the required parameters such as amount, currency, and order identi
 - [POST /apple-pay](https://api-docs.solidgate.com/api/card-payments/make-apple-pay.md): An API request for Apple Pay allows a merchant to initiate an Apple Pay transaction, by sending a request to the Apple Pay API with the required parameters such as amount, currency, and order identifi
 - [POST /increment](https://api-docs.solidgate.com/api/card-payments/increment-card-auth.md): <a href="https://docs.solidgate.com/payments/card-payments/estimated-and-incremental-auth/" target="_blank">Incremental authorization</a> operation creates additional authorization transactions on top
 - [POST /recurring](https://api-docs.solidgate.com/api/card-payments/make-card-recurring.md): Method that allows you to initiate tokenized payments. In contrast to charge request, token previously received has to be sent in the request instead of cardholder data.
 - [POST /resign](https://api-docs.solidgate.com/api/card-payments/make-card-resign.md): Resign one-click enables token-based transactions (1-click payments) with additional CVV verification, exclusive to PCI-DSS certified merchants. <blockquote> <p>Implementing automated retry logic for
 - [POST /refund](https://api-docs.solidgate.com/api/card-payments/refund-card-order.md): Request for transferring funds back to the cardholder. <blockquote> <p>Implementing automated retry logic for declined operations is advisable, along with an additional strategy of triggering subseque
 - [POST /void](https://api-docs.solidgate.com/api/card-payments/void-card-order.md): The void request serves to nullify pre-existing `auth` transactions by revoking the initial authorization. Be advised that the void method can only be executed for `auth` transactions. <blockquote> <p
 - [POST /settle](https://api-docs.solidgate.com/api/card-payments/settle-card-order.md): The settle method facilitates the settlement of previously `auth` transactions. Be advised that if the subsequent settle `amount` is less than the initial `auth` transaction `amount`, the difference w
 - [POST /status](https://api-docs.solidgate.com/api/card-payments/get-status-card-order.md): The check order status request helps to retrieve the present status of a given order. <blockquote> <p>If a transaction is undergoing 3D Secure verification, the response indicates an order status of <
 - [POST /arn-code](https://api-docs.solidgate.com/api/card-payments/get-arn-codes.md): Get ARN codes request obtains ARN codes for specific orders, providing essential information about refunds, currencies, and transaction statuses.
 - [POST CardsOrderStatus](https://api-docs.solidgate.com/api/card-payments/webhook-card-order-status.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> allow merchants to securely receive real-time notifications in card order status changes, for example, fr
 - [POST NetworkTokenCreated](https://api-docs.solidgate.com/api/card-payments/webhook-network-token-created.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> provide merchants with real-time notifications, indicating that the network token associated with a payme
 - [POST NetworkTokenUpdated](https://api-docs.solidgate.com/api/card-payments/webhook-network-token-updated.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> provide merchants with real-time notifications when the network token associated with a payment card is u
 - [POST Chargeback](https://api-docs.solidgate.com/api/card-payments/webhook-chargeback.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> for chargebacks allow merchants to securely receive real-time notifications of chargeback events and auto
 - [POST CardPreventAlert](https://api-docs.solidgate.com/api/card-payments/webhook-alert-prevent.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> enable to preemptively identify and resolve potential issues, thereby preventing the generation of alert.
 - [POST FraudAlert](https://api-docs.solidgate.com/api/card-payments/webhook-fraud-alert.md): <a href="https://docs.solidgate.com/payments/integrate/webhooks/" target="_blank">Webhooks</a> for fraud alerts allow merchants to securely receive real-time notifications of fraud reported by card sc
