v1
latestOpenAPI 3.0.02026-07-17647099.1 KBPayment
Get Payment Option
Get a specific payment option for the provided identity.
get/v2/identities/{identifier}/payment/options/{id}
Path parameters
identifierstring required
Issuer identifier
idstring required
UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6
Response
Payment option
Example response
{
"paymentOptions": [
{
"expiration": "2025-04-17T11:40:43.681857-03:00"
}
],
"modifiedAt": "2023-10-26T10:59:08Z",
"createdAt": "2023-10-26T10:59:08Z"
}