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

ImportedPaymentMethod

Details about an imported payment method.

idstring
Required

Unique identifier of the imported payment method.

Example:
"01929a94-5fce-7ccc-a7e4-7e9249133b38"
paymentMethodIdstring
Required

ID of the associated payment method.

Example:
"01924756-d1f6-738d-8040-90d76cedf01f"
referencestring
Required

External reference used when importing the payment method.

Example:
"reference-1"
createdAtstring
Required

Timestamp when the imported payment method was created.

Format:
date-time
Example:
"2024-10-17T15:07:03.290909169+02:00"
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"}