Skip to main content
Planet is a payment gateway providing secure card processing solutions globally. Planet offers comprehensive payment processing capabilities with extensive currency and country support for merchants worldwide.

Setup

Planet provides a self-service sign-up for a sandbox account. To sign up for an account, visit the sign-up guide and fill in the details.

Connector configuration

After signing up with Planet, you can configure the connector in Gr4vy using one of the following methods:
  • Flow - Configure payment routing rules through your Gr4vy dashboard
  • API integration - Specify the payment_service_id when creating transactions to explicitly route payments to this connector

Credentials

Configure the following credentials in the Gr4vy dashboard, which are obtained from your Planet account:
  • Merchant ID - Your Planet merchant identifier
  • Password - Your Planet password for authentication

Capabilities

Supported countries

Supported currencies

Limitations

This is a closed-loop connector. Some failover scenarios are limited. For details, see Open-loop versus closed-loop.

Integration

To accept card payments with Planet, use one of Gr4vy’s client-side integration methods to securely collect card details. Due to PCI compliance requirements, card data should never be sent directly to your servers. You can integrate using:
  • Embed - A pre-built, customizable payment form that handles the complete payment flow
  • Secure Fields - Embed card input fields for building custom payment forms while maintaining PCI compliance
  • Mobile SDKs - Native SDKs for iOS, Android, React Native, and other platforms
These methods handle card data collection and tokenization. Once the card details are collected and tokenized, create a transaction through the Gr4vy API, which routes the payment to your configured Planet connection based on your Flow rules or explicit payment_service_id parameter.