Component not rendering?
Verify component attributes:session-idmust be a valid session ID from the API.amountmust be set.customer-typemust beNATURALorLEGAL.
- Use
embed.srcfrom the session response. Do not hardcode the URL. - The script must have
type="module".
Session or API errors
“Unauthorized” or 401 errors:- Session is invalid or expired. Create a new session.
- Verify the session ID is the
idvalue from the session response. - Ensure the session hasn’t expired.
Payment method types
The following payment method types are supported:RESURS_INVOICERESURS_PART_PAYMENT_SELECT_LATERRESURS_PART_PAYMENT_SELECT_NOWRESURS_CARDRESURS_REVOLVING_CREDITRESURS_NEW_REVOLVING_CREDIT
Available payment methods depend on your store configuration, customer type,
and the specified amount. Only applicable methods are displayed.