Subscriptions
With the subscription API you can perform recurring payments.
With a subscription comes a Mandate, which is what
actually allows the merchant to make multiple payments. When creating a new subscription a mandate is automatically
created aswell. Normally it's not nessecary for a subscription to have more than one mandate, but it is possible if your
use-case requires it.
States
State | Meaning |
---|---|
pending | Not yet active since no mandates have been authorized |
active | At least one mandate is authorized, payments can be made using the subscription |
canceled | The subscription has been canceled |
Mandates
A mandate gives the merchant the permission to create payments on behalf of the customer.
States
State | Meaning |
---|---|
pending | Awaiting cardholder - authorization |
active | Can be used for payments |
revoked | The mandate has been revoked |
expired | The associated card is expired |