latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-219379198.2 KB

68dc8eefc661

Charge operations

Authorise Adyen Google Pay payment

post/v1/frontend/charges/{chargeId}/wallets/google/adyen

Path parameters

chargeIdstring required

Charge external ID

Request body

tokenstring required

Example request

{
  "payment_info": {
    "accept_header": "text/html;q=1.0, */*;q=0.9",
    "brand": "visa",
    "card_type": "DEBIT",
    "cardholder_name": "Joe B",
    "email": "mr@payment.test",
    "ip_address": "203.0.113.1",
    "js_enabled": true,
    "js_navigator_language": "en-GB",
    "js_screen_color_depth": "32",
    "js_screen_height": "982",
    "js_screen_width": "1512",
    "js_timezone_offset_mins": "-60",
    "last_digits_card_number": "4242",
    "user_agent_header": "Mozilla/5.0",
    "worldpay_3ds_flex_ddc_result": "1f1154b7-620d-4654-801b-893b5bb22db1"
  }
}

Response

OK