Check the status of a create_payment_token
or update_payment_token API calls.
The retrieve_provision_token_request endpoint returns details about the request to
create or update a payment_token. This endpoint is only provided as a fall back to
the payment_token_updated webhook and is only necessary
for as fallback for the payment_token_updated webhook.
Path Params:
provision_token_request_id string
returned by Truemed to the partner either:
create_payment_token requestupdate_payment_token requestHTTP Status: 200
payment_token created as part of the
provision_request, if one exists. Null otherwise.
retrieve_payment_token endpoint to get
more information on the token.create_payment_token.Sales channel API key for merchant server-to-server authentication
The ID of a ProvisionTokenRequest returned via create_payment_token
The metadata string you provided as part of the create_payment_token request for the ProvisionTokenRequest. Will be null if no metadata was provided
The PaymentToken created as part of create_payment_token for the ProvisionTokenRequest. Will be null if the PaymentToken has not been provisioned yet