Create SDK Session Token
Overview
The create_sdk_session_token method initializes wallet payment sessions for Apple Pay, Google Pay.
Business Use Case: When offering Apple Pay or Google Pay checkout, initialize a session with merchant configuration.
Purpose
Wallet
Purpose
Apple Pay
Initialize PKPaymentSession
Google Pay
Configure PaymentDataRequest
Request Fields
Field
Type
Required
Description
merchant_sdk_session_id
str
Yes
Your unique SDK session reference
amount
Money
Yes
Payment amount
payment_method_type
str
No
APPLE_PAY, GOOGLE_PAY
country_code
str
No
ISO country code
Response Fields
Field
Type
Description
session_token
dict
Wallet-specific session data
status_code
int
HTTP status code
Example
SDK Setup
Request
Response
Next Steps
Payment Service - Process wallet payments
Last updated
Was this helpful?

