Instruments
Generate cryptogram for a Network Token
Generate cryptogram for a Network Token of a given instrument.
post/payment/instruments/{instrumentId}/generateCryptogram
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
{
"amount": {
"value": "12.50",
"currency": "EUR"
},
"riskData": {
"ip4address": "101.101.101.10"
},
"providerConfigId": "69e0aac4-2939-427e-aa37-d79e4989219c"
}Response
Success.