GrabPay Integration Requirements and Migration Guides

Integration Requirements

Currently GrabPay on Stripe can only be supported via

  1. Payment Intents API

    1. If you are already using the PaymentIntents API, you can start accepting GrabPay payments by adding 'grabpay' as a value passed in the payment_method_types parameter

    2. GrabPay is not available via the Charges and Sources API. Please see below for relevant migration guides.

    3. GrabPay-specific guide on Payment Intents

  2. Stripe Checkout

    1. You will need the newest version of Checkout to support GrabPay. If you already using Stripe Checkout, you can start accepting GrabPay payments by adding 'grabpay' as a value passed to the payment_method_types parameter.

    2. GrabPay does not work with the client-only integration of Checkout.

  3. iOS and Android

    1. Please refer to the GrabPay guide for the latest developments.

Migration Guides

Migrating to Payment Intents