Cost+Docs

Google Pay

Pieņemiet Google Pay maksājumus

Google Pay nodrošina ātru, drošu norēķināšanos, izmantojot kartes, kas saglabātas klienta Google kontā.

Konfigurācija

IestatījumsVērtība
payment_method"google-pay"
Tokenizācijas vārteja"ginger"
Atbalstītie tīkliAmex, Mastercard, Maestro, Visa, V Pay

Autentifikācijas metodes

MetodeApraksts
PAN_ONLYIzmanto Google saglabāto kartes numuru. Nepieciešama 3D Secure autentifikācija.
CRYPTOGRAM_3DSIzmanto ierīces tokenu ar 3DS kriptogrāmu. Nav nepieciešama papildu autentifikācija.

Pasūtījuma izveide

POST /v1/orders/
{
  "merchant_order_id": "order-123",
  "currency": "EUR",
  "amount": 2500,
  "return_url": "https://www.example.com",
  "webhook_url": "https://www.example.com/webhook",
  "transactions": [
    {
      "payment_method": "google-pay"
    }
  ]
}

Novirziet klientu uz payment_url atbildē, lai pabeigtu Google Pay plūsmu.

Integrējot Google Pay, jums jāievēro Google Pay zīmola vadlīnijas un pieņemamās lietošanas politika.

On this page