https://api-reference.checkout.com/previous/#operation/createAHostedPaymentsSession
Hi. I am using checkout.com hosted-payments to create payments for my e-shop. I am reading through the docs and I am trying to understand if it's possible to reuse the card details and re-use them on the next hosted-payment creation in order to pre-fill the User's card details.
I don't want to save the card details. I just want a way to prefill them on the next payment
I know that behind the scenes when I do create a hosted-payment checkout creates a customer
object and also when I get the payment later on after the checkout finish my payment
object contains a source
object that has a fingerprint
and some other card information.
Unfortunately I do not see any option for this on the docs. Anyone has done this before and maybe know if this is even possible ?
I was expecting to have a source_id param on the hosted-payments endpoint that will pre-fill the card details