v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Payment

Get Payment Options

Get the payment options for the provided identity.

get/v2/identities/{identifier}/payment/options

Path parameters

identifierstring required

Issuer identifier

Response

Payment options

Example response

{
  "items": [
    {
      "paymentOptions": [
        {
          "expiration": "2025-04-17T11:40:43.681857-03:00"
        }
      ],
      "modifiedAt": "2023-10-26T10:59:08Z",
      "createdAt": "2023-10-26T10:59:08Z"
    }
  ],
  "meta": {
    "total": 1,
    "page": 1,
    "max_results": 50
  }
}