Skip to main content
Stripe supports card payments through its global acquiring platform.

Setup

Follow the Stripe setup instructions before configuring card payments.

Supported countries

Stripe supports transactions from buyers in the following countries:
Country codeCountry codeCountry codeCountry codeCountry codeCountry code
ADAEAFAGAIAL
AMAOAQARASAT
AUAWAXAZBABB
BDBEBFBGBHBI
BJBLBMBNBOBQ
BRBSBTBVBWBY
BZCACCCDCFCG
CHCICKCLCMCN
COCRCUCVCWCX
CYCZDEDJDKDM
DODZECEEEGEH
ERESETFIFJFK
FMFOFRGAGBGD
GEGFGGGHGIGL
GMGNGPGQGRGS
GTGUGWGYHKHM
HNHRHTHUIDIE
ILIMINIOIQIR
ISITJEJMJOJP
KEKGKHKIKMKN
KPKRKWKYKZLA
LBLCLILKLRLS
LTLULVLYMAMC
MDMEMFMGMHMK
MLMMMNMOMPMQ
MRMSMTMUMVMW
MXMYMZNANCNE
NFNGNINLNONP
NRNUNZOMPAPE
PFPGPHPKPLPM
PNPRPSPTPWPY
QARERORSRURW
SASBSCSDSESG
SHSISJSKSLSM
SNSOSRSSSTSV
SXSYSZTCTDTF
TGTHTJTKTLTM
TNTOTRTTTVTW
TZUAUGUMUSUY
UZVAVCVEVGVI
VNVUWFWSXKYE
YTZAZMZW

Supported currencies

Stripe supports processing payments in the following currencies:
Currency codeCurrency codeCurrency codeCurrency codeCurrency codeCurrency codeCurrency codeCurrency codeCurrency codeCurrency code
AEDAFNALLAMDAOAARSAUDAWGAZNBAM
BBDBDTBGNBIFBMDBNDBOBBRLBSDBWP
BZDCADCDFCHFCLPCNYCOPCRCCVECZK
DJFDKKDOPDZDEGPETBEURFJDFKPGBP
GELGIPGMDGNFGTQGYDHKDHNLHTGHUF
IDRILSINRISKJMDJPYKESKGSKHRKMF
KRWKYDKZTLAKLBPLKRLRDLSLMADMDL
MGAMKDMMKMNTMOPMURMVRMWKMXNMYR
MZNNADNGNNIONOKNPRNZDPABPENPGK
PHPPKRPLNPYGQARRONRSDRUBRWFSAR
SBDSCRSEKSGDSHPSLESOSSRDSZLTHB
TJSTOPTRYTTDTWDTZSUAHUGXUSDUYU
UZSVNDVUVWSTXAFXCDXCGXOFXPFYER
ZARZMW
Follow the Stripe setup instructions before configuring card payments.

Integration

To accept card payments with Stripe, 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 automatically routes the payment to your configured Stripe connection based on your Flow rules or explicit payment_service_id parameter.