POST
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
create_mobile_wallet_provisioning_request
Create a mobile wallet push provisioning request
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/create_mobile_wallet_provisioning_request \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "wallet_provider": "apple_pay",
  "apple_pay": {
    "encoding": "base64",
    "leaf_cert": "<string>",
    "subordinate_cert": "<string>",
    "nonce": "<string>",
    "nonce_signature": "<string>"
  },
  "google_pay": {
    "client_wallet_account_id": "<string>",
    "client_device_id": "<string>"
  }
}'
{
"wallet_provider": "apple_pay",
"apple_pay": {
"activation_data": "<string>",
"encrypted_pass_data": "<string>",
"ephemeral_public_key": "<string>"
},
"google_pay": {
"opaque_payment_card": "<string>"
}
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Body

application/json

A mobile wallet push provisioning request

The body is of type object.

Response

200
application/json

A successful push provisioning response

The mobile wallet push provisioning response