Setup
Follow the Stripe setup instructions before configuring card payments.Supported countries
Stripe supports transactions from buyers in the following countries:| Country code | Country code | Country code | Country code | Country code | Country code |
|---|---|---|---|---|---|
AD | AE | AF | AG | AI | AL |
AM | AO | AQ | AR | AS | AT |
AU | AW | AX | AZ | BA | BB |
BD | BE | BF | BG | BH | BI |
BJ | BL | BM | BN | BO | BQ |
BR | BS | BT | BV | BW | BY |
BZ | CA | CC | CD | CF | CG |
CH | CI | CK | CL | CM | CN |
CO | CR | CU | CV | CW | CX |
CY | CZ | DE | DJ | DK | DM |
DO | DZ | EC | EE | EG | EH |
ER | ES | ET | FI | FJ | FK |
FM | FO | FR | GA | GB | GD |
GE | GF | GG | GH | GI | GL |
GM | GN | GP | GQ | GR | GS |
GT | GU | GW | GY | HK | HM |
HN | HR | HT | HU | ID | IE |
IL | IM | IN | IO | IQ | IR |
IS | IT | JE | JM | JO | JP |
KE | KG | KH | KI | KM | KN |
KP | KR | KW | KY | KZ | LA |
LB | LC | LI | LK | LR | LS |
LT | LU | LV | LY | MA | MC |
MD | ME | MF | MG | MH | MK |
ML | MM | MN | MO | MP | MQ |
MR | MS | MT | MU | MV | MW |
MX | MY | MZ | NA | NC | NE |
NF | NG | NI | NL | NO | NP |
NR | NU | NZ | OM | PA | PE |
PF | PG | PH | PK | PL | PM |
PN | PR | PS | PT | PW | PY |
QA | RE | RO | RS | RU | RW |
SA | SB | SC | SD | SE | SG |
SH | SI | SJ | SK | SL | SM |
SN | SO | SR | SS | ST | SV |
SX | SY | SZ | TC | TD | TF |
TG | TH | TJ | TK | TL | TM |
TN | TO | TR | TT | TV | TW |
TZ | UA | UG | UM | US | UY |
UZ | VA | VC | VE | VG | VI |
VN | VU | WF | WS | XK | YE |
YT | ZA | ZM | ZW |
Supported currencies
Stripe supports processing payments in the following currencies:| Currency code | Currency code | Currency code | Currency code | Currency code | Currency code | Currency code | Currency code | Currency code | Currency code |
|---|---|---|---|---|---|---|---|---|---|
AED | AFN | ALL | AMD | AOA | ARS | AUD | AWG | AZN | BAM |
BBD | BDT | BGN | BIF | BMD | BND | BOB | BRL | BSD | BWP |
BZD | CAD | CDF | CHF | CLP | CNY | COP | CRC | CVE | CZK |
DJF | DKK | DOP | DZD | EGP | ETB | EUR | FJD | FKP | GBP |
GEL | GIP | GMD | GNF | GTQ | GYD | HKD | HNL | HTG | HUF |
IDR | ILS | INR | ISK | JMD | JPY | KES | KGS | KHR | KMF |
KRW | KYD | KZT | LAK | LBP | LKR | LRD | LSL | MAD | MDL |
MGA | MKD | MMK | MNT | MOP | MUR | MVR | MWK | MXN | MYR |
MZN | NAD | NGN | NIO | NOK | NPR | NZD | PAB | PEN | PGK |
PHP | PKR | PLN | PYG | QAR | RON | RSD | RUB | RWF | SAR |
SBD | SCR | SEK | SGD | SHP | SLE | SOS | SRD | SZL | THB |
TJS | TOP | TRY | TTD | TWD | TZS | UAH | UGX | USD | UYU |
UZS | VND | VUV | WST | XAF | XCD | XCG | XOF | XPF | YER |
ZAR | ZMW |
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
payment_service_id parameter.
Generating Stripe Tokens
When standalone tokenization is performed via ourPOST /payment-methods API, Gr4vy’s integration uses Stripe’s Payment Method API. This tokenizes the card with Stripe without performing any kind of cardholder authentication. For European cards, this doesn’t fulfill Strong Customer Authentication (SCA) requirements and therefore you may see decreased conversion on those cards for recurring payments.
In contrast, when the store=true flag is utilized to vault a card during a transaction, the process uses the Stripe Setup Intents API. This API runs an actual authorization and guarantees that the resulting token meets SCA requirements and is ready to be used for MIT.
Zero-value authentication is recommended if you want to vault a card and re-use it in SCA markets.