Create Provisioning Request

Use the Create Provisioning Request endpoint to push-provision a virtual card to a mobile wallet. This endpoint is part of a multiple-step integration that must be completed with each mobile wallet partner. Consult the Creating a Provisioning Request guide for instructions on using this endpoint.

Recipes
Create Provisioning Request response: Samsung Pay
Open Recipe
Create Provisioning Request call: Apple Pay
Open Recipe
Create Provisioning Request response: Google Pay
Open Recipe
Create Provisioning Request response: Apple Pay
Open Recipe
Create Provisioning Request call: Visa + Google Pay
Open Recipe
Create Provisioning Request call: Visa + Samsung Pay
Open Recipe
Create Provisioning Request call: Mastercard + Samsung Pay
Open Recipe
Create Provisioning Request call: Mastercard + Google Pay
Open Recipe

Status codes

See Global Response Statuses for status codes that are common across endpoints.

The table below lists status codes that apply to this specific endpoint.

Status codeDescription
548-01Certificate chain validation failed. Verify that the certificate has not expired and that it is valid.
548-02Virtual Product ID not specified. Verify that PPUPC is set to Y for the product.
548-03Bad XID. Verify that the correct value is in accountNo.
548-04Error creating new PRN. Legacy setups only. Contact Galileo for troubleshooting.
548-05Account creation error. Legacy setups only. Contact Galileo for troubleshooting.
548-06Association not implemented. The card in accountNo belongs to a card network that Galileo does not support for mobile wallets. Verify that the PAN belongs to a card network that Galileo supports for mobile wallets.
548-07Apple encryption failure. There was an issue with the shared library or key generation. Verify that you are using the correct libraries or that the key was properly generated. Verify that the setting for PPALE is correct for legacy setups.
548-08Error getting provisioning data. There was a database connection issue, or an exception occurred while getting payment or activation data.
548-09Wallet provider not implemented. Verify that the integration work for the provider specified in walletProvider has been done. Contact Galileo for more information.
548-10Wallet provider not recognized. Verify that the value for walletProvider is 1, 2, or 3.
548-11VISA request data missing or incomplete. Samsung Pay and Google Pay only. Verify that the Visa request data is present and that it contains all required attributes.
548-12Active physical card to tokenize not found. Verify that the card account in accountNo is a physical card that is in status: N.
Form Data
string
required

Web service username, as provided by Galileo.
Pattern: Max 50 characters
Example: "AbC123-9999"

string
required

Web service password, as provided by Galileo.
Pattern: Max 15 characters
Example: "4sb62fh6w4h7w34g"

int32
required

Galileo-issued provider identifier.
Pattern: Max 10 digits
Example: 9999

string
required
1 to 60

A unique provider-generated ID to identify this API call. A UUID is preferred.
Pattern: 60 characters or less
Example: "9845dk-39fdk3fj3-4483483478"

string
required
≤ 18

The PRN, PAN or CAD of the account. For card-specific endpoints such as this one, the CAD is preferred. Do not use the PRN if more than one card has ever been associated with this account.
Pattern: PAN, PRN, or CAD
Example: "074103447228"

int32
enum
required

The type of wallet to provision:

  • 1 — Apple Pay
  • 2 — Google Pay
  • 3 — Samsung Pay
  • 4 — Apple Pay Web

Pattern: One digit
Example: 2

Allowed:
string | null

The leaf certificate returned by the wallet provider that was signed using cert2. Should be the hexlified (case insensitive) binary data of the certificate. See Certificate formatting for more information. Required for Apple Pay; not required for Samsung Pay or Google Pay.

string | null

The subordinate certificate returned by the wallet provider that was signed using the wallet provider’s Certificate Authority (CA) certificate. Should be the hexlified (case insensitive) binary data of the certificate. See Certificate formatting for more information. Required for Apple Pay; not required for Samsung Pay or Google Pay.

string | null

The hexlified (case insensitive) nonce value returned by Apple Pay. Required for Apple Pay; not required for Google Pay or Samsung Pay.
Pattern: 8 character nonce value
Example: "9c023092"

string | null

The hexlified (case insensitive) nonce signature value returned by Apple Pay. Required for Apple Pay (not required for web push provisioning); not required for Google Pay or Samsung Pay.
Pattern: Nonce signature value
Example: "4082f883ae62..."

string | null

Value returned by Google Pay or Samsung Pay for use with Visa. Required for Visa + Samsung Pay or Google Pay; not required for Visa + Apple Pay.

string | null

Value returned by Google Pay or Samsung Pay for use with Visa. Required for Visa + Samsung Pay or Google Pay; not required for Visa + Apple Pay.

Headers
string
enum
Defaults to json

Use this header instead of the standard accept header to specify the response format.

Allowed:
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Galileo Financial Technologies, LLC 2026    Privacy Disclosure

All documentation, including but not limited to text, graphics, images, and any other content, are the exclusive property of Galileo Financial Technologies, LLC and are protected by copyright laws. These materials may not be reproduced, distributed, transmitted, displayed, or otherwise used without the prior written permission of Galileo Financial Technologies, LLC. Any unauthorized use or reproduction of these materials are expressly prohibited.