{
name: 'ADYEN',
type: 'CREDIT_CARD',
gatewayType: `ADYEN`,
amount: {
amount: 10,
currency: 'USD',
},
isSingleUsePaymentMethod: true,
shouldArchiveExistingPayments: true,
paymentMethodProperties: {
sessionId: '{Adyen session ID}',
returnUrl: 'https://storefront.com/api/cart-operations/checkout/{cart_id}/payment-callback/ADYEN?tenantId={tenant_id}&applicationId={application_id}',
},
billingAddress: {...},
}