You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to do a preauthorization for a payment. The preauthorization goes through and the response comes back correctly. However, the Paymill API does not return the preauthorization as the top-level object, but a transaction instead. So the call to p.preauthorize does return a Transaction object that is filled with the details of the transaction instead of the preauthorization.
This causes further payment against the preauthorization to fail.
Have a look at the following session for a clearer example:
I've been trying to do a preauthorization for a payment. The preauthorization goes through and the response comes back correctly. However, the Paymill API does not return the preauthorization as the top-level object, but a transaction instead. So the call to
p.preauthorize
does return aTransaction
object that is filled with the details of the transaction instead of the preauthorization.This causes further payment against the preauthorization to fail.
Have a look at the following session for a clearer example:
The text was updated successfully, but these errors were encountered: