When creating subscriptions, I have to create a customer with a payment method. In my case the payment method would be “card”. I would like to capture the card details in the same manner as with the hosted checkout page, that is by redirecting the customer to Rapyds website, instead of capturing the card details on my own page.
From the Rapyd client portal, it is possible to select a customer and select the action “Request Card Details”, which gives me a link which I can give the customer.
How do I “request card details” programmatically? That is, which service can I use to get a hold of that URL so I can redirect the customers there?