v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
digital-wallet

Manual provisioning payment token activation

This endpoint activates the payment token for a card that has been manually added to a wallet provider. Please read this guide before implementing this API. {% admonition type="warning" %} This API is not available for sandbox testing. {% /admonition %}

post/v3/spend/profiles/{profileId}/cards/{cardToken}/payment-tokens/{paymentTokenUniqueReference}/activation

Path parameters

profileIdinteger required

The profile ID

cardTokenstring uuid required

The card token

paymentTokenUniqueReferencestring required

The payment token unique reference issued by the scheme token service

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

activation'APPROVE' | 'DECLINE' required

Approve or decline a payment token activation

Example request

{
  "activation": "APPROVE"
}

Response

No Content - Payment token have been successfully activated or declined