So we have implemented the Paymill subscriptions in our app. The problem is that after the user submits his credit card info and we create the subscription on the back-end, the first transaction isn't made immediately. Only after a few minutes, we receive the first subscription.succeeded web-hook denoting the first transaction. It gets the job done, but how can we get the first transaction at the same time as we create the subscription? Through pre-authorization?
The thing is, there isn't much info on the Paymill website, nor in the API docs regarding use cases like this one.