Skip to main content
POST
Create a mobile wallet push provisioning request

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*

Body

application/json

A mobile wallet push provisioning request

wallet_provider
enum<string>

The wallet provider of the push provisioning request

Available options:
apple_pay,
google_pay
apple_pay
object

Apple Pay specific provisioning request data. Required for apple_pay wallet provider.

google_pay
object

Google Pay specific push provisioning request data. Required for google_pay wallet provider.

Response

A successful push provisioning response

The mobile wallet push provisioning response

wallet_provider
enum<string>

The wallet provider of the push provisioning request

Available options:
apple_pay,
google_pay
apple_pay
object

The detailed provisioning request data that need to be sent directly to the apple_pay wallet provider

google_pay
object

The detailed provisioning request data that need to be sent directly to the google_pay wallet provider