Provision a Network TokenAsk AIpost https://api.staging.payrails.io/payment/instruments/{instrumentId}/provisionNetworkTokenProvision a network token for a given payment instrument.Path ParamsinstrumentIduuidrequiredIdentifier of the resource in Payrails.Body ParamsRequest body for provisioning a network token.providerConfigIduuidOptional. The ID of the network token provider config to use for provisioning. When provided, the network token will be provisioned using the specified provider config. When omitted, the default network token provider config is used.Headersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Success. 400Bad Request. 401Unauthorized. 404Not Found. 429Too Many Requests.Updated 11 months ago