Instruments
Provision a Network Token
Provision a network token for a given payment instrument.
post/payment/instruments/{instrumentId}/provisionNetworkToken
Path parameters
instrumentIdstring uuid required
Identifier of the resource in Payrails.
Headers
x-idempotency-keystring uuid required
Idempotency key to be used. Sending again the same key would return the same result without re-executing the update.
Request body
Example request
{
"providerConfigId": "11111111-1111-1111-1111-111111111111"
}Response
Success.