GET api/GooglePay/Config?bookingId={bookingId}&bookingHash={bookingHash}
Description
Returns Google Pay configuration for the client for a validated booking. Requires query parameters bookingId and bookingHash (same as ProcessPayment). Merchant display name is resolved per order (dynamic merchant name); not from fiserv.config. Live: fiserv.config (via Configuration.Current). Test: FISERV_*_TEST database settings.
Request
URI parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId | string |
Required |
|
| bookingHash | string |
Required |
Body
None.
Response
Resource description
IHttpActionResultNone.
Sample response
application/json, text/json
Sample:
Sample not available.