Create a tokenAsk AIpost https://api.staging.payrails.io/payment/instruments/{instrumentId}/tokensCreate a token for a payment instrument.Path ParamsinstrumentIduuidrequiredIdentifier of the resource in Payrails.Body ParamsproviderIduuidrequiredId of the provider the token belongs to.providerConfigIduuidId of the configuration in the provider the token belongs to.typestringenumrequiredType of the token.networkvaultpspnetworkOffersnetworkGatewayAllowed:networkvaultpspnetworkOffersnetworkGatewayreferencestringrequiredUnique identifier of the token in the provider's system.metaobjectAny merchant or provider-specific data that should be stored for context in the token, e.g. holderReference is required for Adyen tokens.meta objectHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 201Created. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago