added
2022-10-31 - FUNDED but not COMPLETED deposit Payments
about 2 years ago by Johan Eriksson
- Initiate Payment V1: When creating a deposit Payment
complete_when_funded
can be specified in theprovider_method_parameters
field, making the Payment go toFUNDED
instead ofCOMPLETED
upon proper funding. Read more
When Initiating a new payment with provider ping
and method deposit
it's possible to prevent the Payment from becoming COMPLETED
upon the specified amount arriving at our end, instead becoming FUNDED
, using the complete_when_funded
field in provider_method_parameters
.
A FUNDED
Payment needs to have its funds reconciled, just as with UNDERFUNDED
and OVERFUNDED
. One difference is that FUNDED
Payments allow for order_items
in the reconcile call to be null
, since there is no discrepancy to account for.
complete_when_funded
is defaults to true
, making it opt-in