GET Merchants need to provide a redirection URL used to guide the user's browser back after the payment is completed. Please pass this URL via the redirectUrl field when initiating the [Create Payment Request].
When the payment processing is complete, the Finix checkout page will automatically redirect back to this URL. The final status parameters of the current transaction will be appended to the URL as a GET request, allowing merchants to display the corresponding payment result page (including the transaction reference number and status) to the user.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--globoff'GET Merchants need to provide a redirection URL used to guide the user'\''s browser back after the payment is completed. Please pass this URL via the redirectUrl field when initiating the [CreatePaymentRequest].?transactionRef=FNXCOL202605212332522372177&status=SUCCESS'
Responses
🟢200Success
text/plain
This interface handles the page redirection from the Finix frontend checkout to the merchant's site. Upon receiving this GET request, the merchant can directly render and display their own payment result webpage in the browser. No JSON response body needs to be returned to Finix.