# Wpay ## Docs - [Authentication](https://wpay-feat-edp-guide.mintlify.app/guides/api/authentication.md): API authentication basics and best practices. - [Environments](https://wpay-feat-edp-guide.mintlify.app/guides/api/environments.md): Sandbox and Production environments within an instance. - [Error handling](https://wpay-feat-edp-guide.mintlify.app/guides/api/errors.md): Best practices on handling errors and other exceptions. - [Idempotent Requests](https://wpay-feat-edp-guide.mintlify.app/guides/api/idempotent-requests.md): Best practices on handling retries in an idempotent way. - [IP Address Forwarding](https://wpay-feat-edp-guide.mintlify.app/guides/api/ip-address-forwarding.md): Best practices on handling the original IP address for a transaction. - [Pagination](https://wpay-feat-edp-guide.mintlify.app/guides/api/pagination.md): Best practices on handling pagination in the API. - [Rate limiting](https://wpay-feat-edp-guide.mintlify.app/guides/api/rate-limiting.md): Rate limits and enumeration prevention - [Add a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/add.md): Add a new customer record and tie payment methods, personal information, and addresses to this customer. - [Associate a card to a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/associate-card.md): Associate a card to a customer record. - [Associate a PayPal account to a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/associate-paypal.md): Associate a PayPal account to a customer record. - [Associate a transaction to a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/associate-transaction.md): Associate a transaction to a customer record. - [Delete a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/delete.md): Delete a customer record. - [Find a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/find.md): Find a customer record by our ID or your own identifier. - [Buyers](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/overview.md): Tie payment methods, personal information, and addresses to a customer record. - [Update a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/buyers/update.md): Update the details for a customer record. - [Delete a payment method](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/delete.md): Remove a stored payment method - [List all payment methods](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/list.md): List all stored payment methods. - [List payment methods for a buyer](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/list-for-buyer.md): List all stored payment methods for a customer record. - [Payment methods](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/overview.md): Manage payment instruments across the system and customers. - [Payment method statuses](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/statuses.md): A list of all statuses for payment methods. - [Vault a card](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/vault-card.md): Store a card for future use. - [Vault a redirect payment method](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/payment-methods/vault-redirect.md): Store an alternative payment instrument like PayPal or GoCardless for future use. - [Transaction error codes](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/error-codes.md): A list of all error codes for transactions. - [List and filter transactions](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/list-transactions.md): List transactions by ID, label, and other filters. - [Transactions](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/overview.md): Track all orchestrated payments. - [Refund transaction](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/refund-a-transaction.md): Trigger a refund for a previously captured transaction. - [Transaction statuses](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/statuses.md): A list of all statuses for transactions. - [Create a card transaction](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/transact-card.md): Create a payment with a credit or debit card. - [Create a redirect transaction](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/transact-redirect.md): Create a payment with an alternative payment method like PayPal or GoCardless. - [Create a transaction with a vaulted payment method](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/transact-vault.md): Create a transaction with a previously vaulted card or alternative payment method. - [Vault a transaction's payment method](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/vault-a-payment-method.md): Create a transaction and vaulted a payment method at the same time. - [Void transaction](https://wpay-feat-edp-guide.mintlify.app/guides/api/resources/transactions/void-a-transaction.md): Trigger a void for a previously captured transaction. - [Best practice](https://wpay-feat-edp-guide.mintlify.app/guides/best-practice.md): A list of best practices for integrating Gr4vy into your checkout. - [Additional user permissions](https://wpay-feat-edp-guide.mintlify.app/guides/dashboard/roles-and-permissions/additional-permissions.md): Securing user access with fine-grained controls - [Roles & Permissions](https://wpay-feat-edp-guide.mintlify.app/guides/dashboard/roles-and-permissions/overview.md): Securing user access with fine-grained controls - [User roles](https://wpay-feat-edp-guide.mintlify.app/guides/dashboard/roles-and-permissions/roles.md): Securing user access with fine-grained controls - [3-D Secure in Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/embed.md) - [External 3-D Secure server](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/external.md) - [Hosted 3-D Secure](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/hosted.md) - [3-D Secure](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/overview.md) - [Setup 3-D Secure](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/setup.md) - [3-D Secure Testing](https://wpay-feat-edp-guide.mintlify.app/guides/features/3ds/testing.md) - [Integrating an account updater](https://wpay-feat-edp-guide.mintlify.app/guides/features/account-updater/integration.md) - [Account Updater](https://wpay-feat-edp-guide.mintlify.app/guides/features/account-updater/overview.md) - [Anti-fraud Specific Attributes](https://wpay-feat-edp-guide.mintlify.app/guides/features/anti-fraud/cybersource.md) - [Automatic anti-fraud device fingerprinting](https://wpay-feat-edp-guide.mintlify.app/guides/features/anti-fraud/fingerprint.md): Enabling automatic device fingerprinting - [Anti-fraud](https://wpay-feat-edp-guide.mintlify.app/guides/features/anti-fraud/overview.md): Managing risk in your transaction flow - [Anti-fraud reviews](https://wpay-feat-edp-guide.mintlify.app/guides/features/anti-fraud/reviews.md): Manually reviewing anti-fraud decisions - [Anti-fraud setup](https://wpay-feat-edp-guide.mintlify.app/guides/features/anti-fraud/setup.md): Setting up an anti-fraud service - [Apple Pay on iOS with the SDK](https://wpay-feat-edp-guide.mintlify.app/guides/features/apple-pay/ios.md) - [Apple Pay on iOS without the SDK](https://wpay-feat-edp-guide.mintlify.app/guides/features/apple-pay/ios-without-sdk.md) - [Apple Pay](https://wpay-feat-edp-guide.mintlify.app/guides/features/apple-pay/overview.md) - [Apple Pay on web with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/apple-pay/web.md) - [Apple Pay on web without Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/apple-pay/web-without-sdk.md) - [Card fingerprints](https://wpay-feat-edp-guide.mintlify.app/guides/features/cards/fingerprints.md): A unique hash for every card in our vault - [Payment account references](https://wpay-feat-edp-guide.mintlify.app/guides/features/cards/payment-account-reference.md): A unique ID for the account behind the card - [Connections](https://wpay-feat-edp-guide.mintlify.app/guides/features/connections/overview.md) - [Everyday Pay](https://wpay-feat-edp-guide.mintlify.app/guides/features/connections/wpay-everydaypay.md) - [Gift Cards](https://wpay-feat-edp-guide.mintlify.app/guides/features/gift-cards/overview.md) - [Google Pay on Android with the SDK](https://wpay-feat-edp-guide.mintlify.app/guides/features/google-pay/mobile.md) - [Google Pay on Android without the SDK](https://wpay-feat-edp-guide.mintlify.app/guides/features/google-pay/mobile-without-sdk.md) - [Google Pay](https://wpay-feat-edp-guide.mintlify.app/guides/features/google-pay/overview.md) - [Google Pay on web with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/google-pay/web.md) - [Google Pay on web without Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/google-pay/web-without-sdk.md) - [Network token implementation](https://wpay-feat-edp-guide.mintlify.app/guides/features/network-tokens/implementation.md): How to use scheme tokens with or without payment orchestration - [Network token lifecycle management](https://wpay-feat-edp-guide.mintlify.app/guides/features/network-tokens/lifecycle.md): Managing the full lifecycle of network tokens - [Network tokens](https://wpay-feat-edp-guide.mintlify.app/guides/features/network-tokens/overview.md): Using scheme tokens with payment orchestration - [Network Token Testing](https://wpay-feat-edp-guide.mintlify.app/guides/features/network-tokens/testing.md) - [Recurring transactions with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/features/recurring-payments/embed.md) - [Overview](https://wpay-feat-edp-guide.mintlify.app/guides/features/recurring-payments/overview.md) - [Common scenarios](https://wpay-feat-edp-guide.mintlify.app/guides/features/recurring-payments/scenarios.md) - [Creating buyers & payment methods on import](https://wpay-feat-edp-guide.mintlify.app/guides/features/token-import/buyer-payment-creation.md) - [Vault token import](https://wpay-feat-edp-guide.mintlify.app/guides/features/token-import/overview.md) - [Token import file upload](https://wpay-feat-edp-guide.mintlify.app/guides/features/token-import/token-file-transmission.md) - [Token import file creation](https://wpay-feat-edp-guide.mintlify.app/guides/features/token-import/token-import-file.md) - [Enable a Vault Forwarding endpoint](https://wpay-feat-edp-guide.mintlify.app/guides/features/vault-forwarding/enable.md) - [Forward card data to API endpoint](https://wpay-feat-edp-guide.mintlify.app/guides/features/vault-forwarding/forward.md) - [Vault Forwarding](https://wpay-feat-edp-guide.mintlify.app/guides/features/vault-forwarding/overview.md) - [Webhooks](https://wpay-feat-edp-guide.mintlify.app/guides/features/webhooks/overview.md) - [Payload](https://wpay-feat-edp-guide.mintlify.app/guides/features/webhooks/payload.md) - [Technical considerations](https://wpay-feat-edp-guide.mintlify.app/guides/features/webhooks/technical-considerations.md) - [How scalable payments flow](https://wpay-feat-edp-guide.mintlify.app/guides/get-started.md): Grow your payment capabilities with code. - [Android events](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/events.md) - [Google Pay on Android](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/google-pay.md) - [Android options](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/options.md) - [Step 3: Install the Android SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/quick-start/android.md) - [Step 1: Create an API key for use with Android](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/quick-start/key.md) - [Android SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/quick-start/overview.md): Get set up with the Android SDK for your checkout experience. - [Step 2: Generate a client token for use with Android](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/quick-start/sdks.md) - [Step 4: Create a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/android/quick-start/transact.md) - [commercetools Administration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/commercetools/backend.md) - [commercetools Configuration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/commercetools/configuration.md) - [commercetools Frontend](https://wpay-feat-edp-guide.mintlify.app/guides/payments/commercetools/frontend.md) - [commercetools Installation](https://wpay-feat-edp-guide.mintlify.app/guides/payments/commercetools/installation.md) - [commercetools Integration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/commercetools/overview.md): Bring Gr4vy Embed right into your commercetools ecommerce experience. - [PayPal via the API](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/paypal.md) - [Step 4: Handle redirect](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/handle-redirect.md) - [Step 1: Authentication](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/key.md) - [Direct API](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/overview.md): Get set up with a direct API integration. - [Step 2: Get a list of payment options](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/payment-options.md) - [Step 5: Get transaction result](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/status.md) - [Step 3: Create a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/direct-api/quick-start/transaction.md) - [Digital wallets in Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/digital-wallets.md) - [Embed events](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/events.md) - [In-app browsers with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/in-app-browsers.md) - [Embed localization](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/locale.md) - [Embed options](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/options.md) - [Step 3: Add Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/embed.md) - [Step 4: Inspect a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/inspect.md) - [Step 1: Create an API key for use with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/key.md) - [Step 5: Go live](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/live.md) - [Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/overview.md): Get set up with Embed as your web checkout experience. - [Step 2: Generate a client token for use with Embed](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/quick-start/sdks.md) - [Embed Theming](https://wpay-feat-edp-guide.mintlify.app/guides/payments/embed/theming.md) - [Apple Pay on iOS](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/apple-pay.md) - [iOS events](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/events.md) - [iOS options](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/options.md) - [Step 3: Install the iOS SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/quick-start/ios.md) - [Step 1: Create an API key for use with iOS](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/quick-start/key.md) - [iOS SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/quick-start/overview.md): Get set up with the iOS SDK for your checkout experience. - [Step 2: Generate a client token for use with iOS](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/quick-start/sdks.md) - [Step 4: Create a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/ios/quick-start/transact.md) - [Magento Administration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/magento/backend.md) - [Magento Configuration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/magento/configuration.md) - [Magento Frontend](https://wpay-feat-edp-guide.mintlify.app/guides/payments/magento/frontend.md) - [Magento Installation](https://wpay-feat-edp-guide.mintlify.app/guides/payments/magento/installation.md) - [Magento Plugin](https://wpay-feat-edp-guide.mintlify.app/guides/payments/magento/overview.md): Bring Embed right into your Magento ecommerce experience. - [Apple Pay on React Native](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/apple-pay.md) - [React Native events](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/events.md) - [Google Pay on React Native](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/google-pay.md) - [React Native options](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/options.md) - [Step 3: Install the React Native SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/quick-start/embed.md) - [Step 1: Create an API key for use with React Native](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/quick-start/key.md) - [React Native SDK](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/quick-start/overview.md): Get set up with the React Native mobile SDK for your checkout experience. - [Step 2: Generate a client token for use with React Native](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/quick-start/sdks.md) - [Step 4: Create a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/react-native/quick-start/transact.md) - [Click to Pay with Secure Fields](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/click-to-pay.md): Enable Click to Pay for use with Secure Fields - [Secure Fields events](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/events.md) - [Step 3: Add secure fields](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/quick-start/embed.md) - [Step 1: Create an API key for use with Secure Fields](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/quick-start/key.md) - [Secure Fields](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/quick-start/overview.md): Get set up with Secure Fields to vault and process cards. - [Step 2: Create a checkout sessions](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/quick-start/sdks.md) - [Step 4: Create a transaction](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/quick-start/transact.md) - [Secure Fields with stored cards](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/stored-cards.md): Use Secure Fields to collect the CVV for cards previously stored. - [Secure Fields Theming](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/theming.md): Each field can be customized to match your brand using the `styles` property when adding the field. - [Secure Fields and 3DS](https://wpay-feat-edp-guide.mintlify.app/guides/payments/secure-fields/three-d-secure.md): Handling 3DS in Secure Fields. - [Salesforce Commerce Cloud Administration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/sfcc/backend.md) - [Salesforce Commerce Cloud Configuration](https://wpay-feat-edp-guide.mintlify.app/guides/payments/sfcc/configuration.md) - [Salesforce Commerce Cloud Frontend](https://wpay-feat-edp-guide.mintlify.app/guides/payments/sfcc/frontend.md) - [Salesforce Commerce Cloud Installation](https://wpay-feat-edp-guide.mintlify.app/guides/payments/sfcc/installation.md) - [Salesforce Commerce Cloud Cartridge](https://wpay-feat-edp-guide.mintlify.app/guides/payments/sfcc/overview.md): Bring Gr4vy Embed right into your Salesforce Commerce Cloud ecommerce experience. - [Create Account Updater job](https://wpay-feat-edp-guide.mintlify.app/reference/account-updater/new-account-updater-job.md): Creates an Account Updater job. - [Delete anti-fraud service](https://wpay-feat-edp-guide.mintlify.app/reference/anti-fraud-services/delete-anti-fraud-service.md): Removes an anti-fraud service. Any associated credentials will also be deleted. - [Get anti fraud service](https://wpay-feat-edp-guide.mintlify.app/reference/anti-fraud-services/get-anti-fraud-service.md) - [New anti-fraud service](https://wpay-feat-edp-guide.mintlify.app/reference/anti-fraud-services/new-anti-fraud-service.md): Adds an anti-fraud service, enabling merchants to determine risky transactions and prevent chargebacks. - [Update anti-fraud service](https://wpay-feat-edp-guide.mintlify.app/reference/anti-fraud-services/update-anti-fraud-service.md): Update an anti-fraud service, enabling merchants to determine risky transactions and prevent chargebacks. - [Delete buyer](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/delete-buyer.md): Deletes a buyer record. Any associated stored payment methods will remain in the system but no longer associated to the buyer. - [Delete buyer shipping detail](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/delete-buyer-shipping-detail.md): Deletes a buyer shipping detail. - [Get buyer](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/get-buyer.md): Gets the information about a buyer. - [List buyer shipping details](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/get-buyer-shipping-details.md): Retrieve all shipping details for a buyer. - [List buyers](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/list-buyers.md): Returns a list of buyers. - [New buyer](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/new-buyer.md): Adds a buyer, allowing for payment methods and transactions to be associated to this buyer. - [New buyer shipping detail](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/new-buyer-shipping-detail.md): Adds a buyer shipping detail. - [Update buyer](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/update-buyer.md): Updates a buyer's details. - [Update buyer shipping details](https://wpay-feat-edp-guide.mintlify.app/reference/buyers/update-buyer-shipping-detail.md): Updates shipping detail for a buyer. - [List card scheme definitions](https://wpay-feat-edp-guide.mintlify.app/reference/card-schemes/list-card-scheme-definitions.md): Returns a list of all available card scheme definitions. - [Delete checkout session](https://wpay-feat-edp-guide.mintlify.app/reference/checkout-sessions/delete-checkout-session.md): Deletes a Checkout Session. - [Get checkout session](https://wpay-feat-edp-guide.mintlify.app/reference/checkout-sessions/get-checkout-session.md): Gets details about a current Checkout Session. - [New checkout session](https://wpay-feat-edp-guide.mintlify.app/reference/checkout-sessions/new-checkout-session.md): Creates a new Checkout Session. - [Update checkout session](https://wpay-feat-edp-guide.mintlify.app/reference/checkout-sessions/update-checkout-session.md): Updates a Checkout Session. - [Update fields for checkout session](https://wpay-feat-edp-guide.mintlify.app/reference/checkout-sessions/update-checkout-session-fields.md): Updates the Secure Fields of the Checkout Session. - [List connection definitions](https://wpay-feat-edp-guide.mintlify.app/reference/connections/list-connection-definitions.md): Returns a list of all available connection definitions. - [List connections](https://wpay-feat-edp-guide.mintlify.app/reference/connections/list-connections.md): Returns a list of all configured connections. - [Remove digital wallet domain name](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/delete-digital-wallet-domain.md): Removes domain for given digital wallet. - [De-register digital wallet](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/deregister-digital-wallet.md): De-registers a digital wallet with a provider. Upon successful de-registration, the digital wallet's record is deleted and will no longer be available. - [New Apple Pay session](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/get-apple-pay-session.md): Initiates a new session with Apple Pay. This can be used when implementing Apple Pay without our SDK. - [New Click to Pay session](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/get-click-to-pay-session.md): Returns digital payment application ID & name for use with Click to Pay. - [Get digital wallet](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/get-digital-wallet.md): Returns a registered digital wallet. - [New Google Pay session](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/get-google-pay-session.md): Initiates a new session with Google Pay. This can be used when implementing Google Pay without our SDK. - [List digital wallets](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/list-digital-wallets.md): Returns a list of all registered digital wallets. - [Add digital wallet domain name](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/new-digital-wallet-domain.md): Adds new domain for given digital wallet. - [Register digital wallet](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/register-digital-wallet.md): Register with a digital wallet provider. - [Update digital wallet](https://wpay-feat-edp-guide.mintlify.app/reference/digital-wallets/update-digital-wallet.md): Updates the values a digital wallet was registered with. - [Client-side errors (4XX)](https://wpay-feat-edp-guide.mintlify.app/reference/errors/client-errors.md) - [Server-side errors (5XX)](https://wpay-feat-edp-guide.mintlify.app/reference/errors/server-errors.md) - [Delete flow rule](https://wpay-feat-edp-guide.mintlify.app/reference/flow/delete-rule.md): Deletes a given rule from the system. - [Get rule](https://wpay-feat-edp-guide.mintlify.app/reference/flow/get-rule.md): Returns a configured rule that triggers an action in a flow. - [List flow outcomes](https://wpay-feat-edp-guide.mintlify.app/reference/flow/list-outcomes.md): Returns a list of possible outcomes for a given flow action. - [List flow rules](https://wpay-feat-edp-guide.mintlify.app/reference/flow/list-rules.md): Returns a list of rules for a given flow. Each rule has an associated action, conditions, and outcome. - [Create flow rule](https://wpay-feat-edp-guide.mintlify.app/reference/flow/new-rule.md): Adds a rule for a given flow and action. - [Update flow rule](https://wpay-feat-edp-guide.mintlify.app/reference/flow/update-rule.md): Updates a given flow rule. - [Delete gift card service](https://wpay-feat-edp-guide.mintlify.app/reference/gift-card-services/delete-gift-card-service.md): Deletes a specific gift card service. - [Get gift card service](https://wpay-feat-edp-guide.mintlify.app/reference/gift-card-services/get-gift-card-service.md): Retrieves the details of a single configured gift card service. - [New gift card service](https://wpay-feat-edp-guide.mintlify.app/reference/gift-card-services/new-gift-card-service.md): Adds a new gift card service by providing a custom name and a value for each of the required fields. - [Update gift card service](https://wpay-feat-edp-guide.mintlify.app/reference/gift-card-services/update-gift-card-service.md): Updates an existing gift card service. Allows all fields to be changed except for the service ID. - [Delete gift card](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/delete-gift-card.md): Removes a stored gift card. - [Get gift card](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/get-gift-card.md): Retrieves details of a stored gift card. - [List gift cards buyer](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/list-buyer-gift-cards.md): Returns a list of all stored, not-expired gift cards and their balances for a buyer in a summarized format. Any expired or empty gift cards will be automatically filtered out and removed from the list of returned cards. - [Verify and get gift card balances](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/list-gift-card-balances.md): Verify gift cards are enrolled and fetch their balances. - [List gift cards](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/list-gift-cards.md): Returns all stored gift cards. - [Store gift card](https://wpay-feat-edp-guide.mintlify.app/reference/gift-cards/new-gift-card.md): Stores a gift card. - [List 4XX errors](https://wpay-feat-edp-guide.mintlify.app/reference/logs/list-api-error-logs.md): Returns a list of API 4XX and 5XX logs. - [Delete network token](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/delete-network-token.md): Deletes a specific network token. - [Issue cryptogram](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/get-network-token-cryptogram.md): Issue a cryptogram for a stored network token of a stored card. The endpoint is disabled by default, please contact our team for more information on enablement. - [Get network tokens](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/list-network-tokens.md): Get stored network tokens for the given payment method. - [Provision network token](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/provision-network-token.md): Provision a network token for a stored card. - [Resume network token](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/resume-network-token.md): Resumes a specific network token. - [Suspend network token](https://wpay-feat-edp-guide.mintlify.app/reference/network-tokens/suspend-network-token.md): Suspends a specific network token. - [List payment method definitions](https://wpay-feat-edp-guide.mintlify.app/reference/payment-method-definitions/list-payment-method-definitions.md): Returns a list of all available payment method definitions. - [Delete payment method](https://wpay-feat-edp-guide.mintlify.app/reference/payment-methods/delete-payment-method.md): Removes a stored payment method. - [Get payment method](https://wpay-feat-edp-guide.mintlify.app/reference/payment-methods/get-payment-method.md): Gets the details for a stored payment method. - [List payment methods for buyer](https://wpay-feat-edp-guide.mintlify.app/reference/payment-methods/list-buyer-payment-methods.md): Returns a list of stored payment methods for a buyer in a summarized format. Only payment methods that are compatible with at least one active payment service in that region are shown. - [List payment methods](https://wpay-feat-edp-guide.mintlify.app/reference/payment-methods/list-payment-methods.md): Returns a list of stored payment methods. - [New payment method](https://wpay-feat-edp-guide.mintlify.app/reference/payment-methods/new-payment-method.md): Stores and vaults a new payment method. - [List payment options](https://wpay-feat-edp-guide.mintlify.app/reference/payment-options/list-payment-options.md): Returns a list of available payment method options for the combination of amount, currency, country and metadata. - [List payment options with POST](https://wpay-feat-edp-guide.mintlify.app/reference/payment-options/list-payment-options-with-post.md): Returns a list of available payment method options for the combination of amount, currency, country, metadata and list of cart items. - [Get payment service definition](https://wpay-feat-edp-guide.mintlify.app/reference/payment-service-definitions/get-payment-service-definition.md): Gets the definition for a payment service. - [List payment service definitions](https://wpay-feat-edp-guide.mintlify.app/reference/payment-service-definitions/list-payment-service-definitions.md): Returns a list of all available payment service definitions. - [Delete payment service token](https://wpay-feat-edp-guide.mintlify.app/reference/payment-service-tokens/delete-payment-service-token.md): Deletes a specific payment service token. - [Get payment service tokens](https://wpay-feat-edp-guide.mintlify.app/reference/payment-service-tokens/list-payment-service-tokens.md): Get all payment service tokens for a given payment method and payment service. - [Provision payment service token](https://wpay-feat-edp-guide.mintlify.app/reference/payment-service-tokens/provision-payment-service-token.md): Tokenize stored card against a payment service. - [Delete payment service](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/delete-payment-service.md): Deletes a specific active payment service. - [Get payment service](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/get-payment-service.md): Retrieves the details of a single configured payment service. - [List payment services](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/list-payment-services.md): Lists the currently configured and activated payment services. - [New payment service](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/new-payment-service.md): Adds a new payment service by providing a custom name and a value for each of the required fields. - [Update payment service](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/update-payment-service.md): Updates an existing payment service. Allows all fields to be changed except for the service ID. - [Verify payment service credentials](https://wpay-feat-edp-guide.mintlify.app/reference/payment-services/verify-payment-service.md): Verifies a set of credentials against a payment service. - [Generate report download URL](https://wpay-feat-edp-guide.mintlify.app/reference/reports/generate-download-url.md): Generates a temporary signed URL to download the result of a report execution. - [Get report](https://wpay-feat-edp-guide.mintlify.app/reference/reports/get-report.md): Retrieves the details of a single report. - [Get report execution](https://wpay-feat-edp-guide.mintlify.app/reference/reports/get-report-execution.md): Retrieves the details of a single report execution. - [List all report executions](https://wpay-feat-edp-guide.mintlify.app/reference/reports/list-all-report-executions.md): Returns a list of executions belonging to any report. - [List executions for report](https://wpay-feat-edp-guide.mintlify.app/reference/reports/list-executions-for-report.md): Returns a list of executions for a report. For a one-off report there will only be one, where for scheduled ones there may be more. - [List reports](https://wpay-feat-edp-guide.mintlify.app/reference/reports/list-reports.md): Returns a list of reports. - [New report](https://wpay-feat-edp-guide.mintlify.app/reference/reports/new-report.md): Creates a new report. - [Update report](https://wpay-feat-edp-guide.mintlify.app/reference/reports/update-report.md): Updates a report. This is mostly used with scheduled reports. - [Capture transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/capture-transaction.md): Captures a previously authorized transaction. - [Get transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/get-transaction.md): Get information about a transaction. - [Get refund](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/get-transaction-refund.md): Gets information about a refund associated with a certain transaction. - [List events for transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/list-transaction-events.md): Get a list of events related to processing a transaction. - [List refunds](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/list-transaction-refunds.md): Lists all refunds associated with a certain transaction. - [List transactions](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/list-transactions.md): Lists all transactions for an account. Sorted by last updated at. - [New transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/new-transaction.md): Attempts to create an authorization for a payment method. In some cases it is not possible to create the authorization without redirecting the user for their authorization. In these cases the status is set to indicate buyer approval is pending and an approval URL is returned. - [Refund all instruments in a transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/refund-all.md): Refunds a transaction fully across all instruments. - [Refund transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/refund-transaction.md): Refunds a transaction, fully or partially. - [Void transaction](https://wpay-feat-edp-guide.mintlify.app/reference/transactions/void-transaction.md): Voids a transaction. - [Forward PCI data](https://wpay-feat-edp-guide.mintlify.app/reference/vault-forwarding/make-vault-forward.md): Forward an API call to a PCI endpoint. The request body is evaluated and any template fields are replaced by the card data before the request is sent to the given destination. ## OpenAPI Specs - [openapi.v1](https://wpay-feat-edp-guide.mintlify.app/openapi.v1.json) ## Optional - [About](https://wpay.io)