Skip to main content
PUT

Payments Library Credentials Guide

Configure credentials for Payments Library integrations
Stores a set of credentials for a digital wallet under the specified ID. You reference this ID in the AllowedeWalletAccountIds field when creating a session.
If you store credentials with an ID that already exists, the new credentials overwrite the existing ones. This cannot be undone.

Error Responses

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Path Parameters

credentialsId
string
required
The unique ID to assign to this set of credentials. You reference this ID when creating a Payments Library session.

Request Body

name
string
required
The digital wallet name (e.g. GooglePay, ApplePay). Retrieve the full list of supported names using the Retrieve Credential Structure endpoint.
The remaining body fields are the credential key-value pairs required for the chosen digital wallet. Retrieve the required fields for each wallet using the Retrieve Credential Structure endpoint.

Response