Instruments
Update an instrument
Update an instrument.
patch/payment/instruments/{instrumentId}
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
Response
Success.
Example response
{
"data": {
"bin": "416598",
"binLookup": {
"bin": "416598"
}
}
}