Integrator transaction lookup
When creating a charge with YocoSDK.charge(), third party integrators can pass an optional
receiptNumber in PaymentParameters. The receiptNumber must be unique, and it’s the
responsibility of integrators to store. The receiptNumber allows for lookup if a transaction
result is lost, for example, when the application exits prematurely.
The information can be retrieved by calling YocoSDK.getIntegratorTransactions().
Usage
This allows you to get the PaymentResult of the transaction so you can determine if it was a
success or failure.
Integrator transaction lookup