Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

ImportedPaymentMethodsListResponse

Cursor paginated imported payment methods ordered from newest to oldest.

currentOffsetstring
Required

Cursor used to generate the current page. Empty when the first page is requested.

Example:
"019afe0a-3987-75e5-9704-c3a1dc2b092b"
nextOffsetstring
NullableRequired

Cursor to pass as offset when requesting the next page. Null when no more items exist.

Example:
"01929a94-5fce-7ccc-a7e4-7e9249133b39"
perPageinteger
Required

The maximum number of entries returned in each page.

Example:
25
hasMoreboolean
Required

Indicates whether another page can be requested.

Example:
true

Imported payment methods returned for the current cursor window.

ImportedPaymentMethodsListResponse
{  "currentOffset": "019afe0a-3987-75e5-9704-c3a1dc2b092b",  "nextOffset": "01929a94-5fce-7ccc-a7e4-7e9249133b39",  "perPage": 25,  "hasMore": true,  "items": [    {      "card": {        "pan": "12345678XXXX1234",        "expireMonth": "07",        "expireYear": "35",        "par": "8F1B7C2QX4Z9N3V6M2R0K8YD5LJTPH",        "Issuer": "Danske Bank",        "Scheme": "Visa",        "Country": "DK",        "Segment": "consumer",        "Funding": "debit"      },      "importedPaymentMethod": {        "id": "01929a94-5fce-7ccc-a7e4-7e9249133b38",        "paymentMethodId": "01924756-d1f6-738d-8040-90d76cedf01f",        "reference": "reference-1",        "createdAt": "2024-10-17T15:07:03.290909169+02:00"      },      "paymentMethod": {        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",        "type": "CARD",        "subType": "Visa",        "customerId": "User159",        "expiry": "2024-07-29",        "createdAt": "2024-07-29T15:51:28.071Z",        "displayText": "40000000XXXX0003"      }    }  ]}