Plorea Payments provides a unified payment layer built on top of Adyen. It allows platforms like Done, POS systems and other services to create payment links, store payment methods, create subscriptions, run recurring charges, handle refunds and manage payment lifecycle events.
storePaymentMethodMode=askForConsent. That means the customer must actively
choose to save the card in the hosted Adyen page. If the customer does not save the card,
the payment method can still exist in Plorea, but it will not have a usable
storedPaymentMethodId for recurring subscription charges. This can later be
changed if consent is collected in the platform before redirecting to Adyen.
lastChargeAt
currently represent the last successful charge. Failed retry attempts update retry fields and
failureReason, but do not overwrite the timestamp of the last successful charge.
nextChargeAt field is only
present when a future charge is scheduled. It may be omitted or null when the subscription is
canceled, ended, or has no upcoming charges.