May 2024
6 months ago
Configurable waiting time for payment result screen on web
Change type | Date of change | Affected products | Affected auth flows |
---|---|---|---|
New feature | 13 May 2024 | Payments Payouts | HPP, EPP |
You can now change the waiting period before the payment result screen displays in the HPP or EPP. This can be useful if you want to confirm something before finalising a payment.
This behaviour applies to all new and integrations (and the associated
client_id
s) created from 15 April 2024. For any integrations created before this date, you need to contact us if you want to enable this behaviour.
You can see if a payout or refund has been returned in several places:
- The
returned
failure reason in thepayout_failed
andrefund_failed
webhooks. - When you make a GET request to retrieve information from the
/v3/payouts/{id}
or/v3/payments/{payment_id}/refunds/{refund_id}
endpoints. - The Console payments view.
- The
returned_for
andreturned_by
fields when you make a GET request to the/v3/merchant-accounts/{id}/transactions
endpoint.