Revision History
Stay organized with collections
Save and categorize content based on your preferences.
Revision History
Redirect Fop v1 Specification Revision History
This is a revision history noting significant changes to the Redirect Fop APIs.
Date |
API Version |
Change Description |
APIs Impacted |
2025-07-15 |
0.0.31 |
Clarify documentation of idempotency keys. |
asynchronousRefund and remittanceStatementNotification |
2024-10-09 |
0.0.30 |
Extend GenerateRedirectPaymentUrlResult decline codes. |
GenerateRedirectPaymentUrl |
2024-09-06 |
0.0.29 |
Add InvalidCardDetails as a result to GenerateRedirectPaymentUrlResult. |
GenerateRedirectPaymentUrl |
2024-08-26 |
0.0.28 |
Extend RedirectPaymentResult and RedirectPaymentNotificationRequestResult decline codes. |
GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |
2024-06-10 |
0.0.27 |
Add card related result codes to GenerateRedirectPaymentUrlResult. |
GenerateRedirectPaymentUrl |
2024-05-20 |
0.0.26 |
Add CaptureUsedPromotionalBalance as a refund result notification. |
refundResultNotification |
2024-05-15 |
0.0.25 |
Add card as a Form Of Payment in Redirect Fop Payment spec |
Begin Redirect |
2023-12-06 |
0.0.24 |
Add new transaction summary fields to remittance summary. |
remittanceStatementNotification and remittanceStatementDetails |
2023-07-26 |
0.0.23 |
Add AcceptRemittanceStatementWithModifications method. |
AcceptRemittanceStatementWithModifications |
2022-10-11 |
0.0.22 |
Fix redirect APIs URLs. |
Generate Redirect Payment URL, Asynchronous Refund, Get Redirect Payment Status, Echo and Remittance Statement Notification |
2022-07-01 |
0.0.21 |
Update echo and remittance JSON example version numbers to match the rest of the spec. |
echo, remittance |
2022-04-12 |
0.0.20 |
Add currentBalance optional field to CaptureResponse |
capture |
2021-09-29 |
0.0.19 |
Move base path concept to host string on Overview pages. Add basePath field and drop http scheme from OpenAPI spec files. |
All |
2021-08-25 |
0.0.18 |
Add PIAID segment to POST URLs. |
Google-hosted |
2021-07-20 |
0.0.17 |
Update host documentation. |
All |
2021-02-22 |
0.0.16 |
Remove PIAID that was embedded in the new errorResponse in CompleteRedirect. |
Complete Redirect |
2021-02-18 |
0.0.15 |
Add errorResponse as an alternative to result in the Complete Redirect response. |
Complete Redirect |
2021-02-11 |
0.0.14 |
Add refundWindowExceeded as a decline reason for refunds |
RefundResultNotification |
2021-02-11 |
0.0.13 |
Add pending as a response reason for complete redirect. |
Complete Redirect, GetRedirectPaymentStatus |
2021-01-20 |
0.0.12 |
Add riskDeclined as a decline reason for complete redirect. |
Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |
2020-12-15 |
0.0.11 |
Link to correct ErrorResponse type in Redirect v1 documentation |
All |
2020-10-23 |
0.0.10 |
Add field to RefundResultNotificationRequest |
RefundResultNotification |
2020-10-15 |
0.0.9 |
Rename redirectRequestId to captureRequestId to align with other GSP services |
AsynchronousRefund |
2020-10-01 |
0.0.8 |
Add POST support for redirect URLs |
GenerateRedirectPaymentUrl |
2020-09-28 |
0.0.7 |
Added userExitedPaymentFlow as a possible response to the status of a payment |
Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |
2020-09-17 |
0.0.6 |
Replace string with IssuerId in FormOfPayment |
GenerateRedirectPaymentUrl, Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |
2020-09-15 |
0.0.5 |
Replace InvalidFopName with InvalidIssuerId |
GenerateRedirectPaymentUrl |
2020-08-20 |
0.0.4 |
Added FormOfPayment to incoming calls |
Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |
2020-08-18 |
0.0.3 |
Added CompleteRedirectRequest |
Complete Redirect |
2020-08-18 |
0.0.2 |
Updated RedirectRequest object |
Begin Redirect |
2020-08-05 |
0.0.1 |
Added revision history file |
None |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-16 UTC."],[[["\u003cp\u003eThis revision history documents notable changes to Redirect Fop APIs, including new features, bug fixes, and updates to existing functionalities.\u003c/p\u003e\n"],["\u003cp\u003eUpdates span from August 2020 to October 2024, with the latest version being 0.0.30.\u003c/p\u003e\n"],["\u003cp\u003eKey changes involve extending decline codes, introducing new result types, and refining data structures within the Redirect Fop payment process.\u003c/p\u003e\n"],["\u003cp\u003eVarious APIs have been impacted, including GenerateRedirectPaymentUrl, GetRedirectPaymentStatus, and RedirectPaymentCompleteNotification.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should review these changes to ensure their integrations with Redirect Fop remain compatible and up-to-date with the latest specifications.\u003c/p\u003e\n"]]],["The document outlines revisions to the Redirect Fop APIs, detailing changes across different versions. Key updates include extending decline codes for payment results, adding card details and card as payment methods, modifying refund result notifications, and adding transaction summary fields to remittance statements. API URL fixes, host documentation updates, and modifications to response reasons and error handling were made. Other changes include adding new methods, renaming fields, and replacing specific strings for improved functionality.\n"],null,["# Revision History\n\n\nRedirect Fop v1 Specification Revision History\n----------------------------------------------\n\nThis is a revision history noting significant changes to the Redirect Fop APIs.\n\n| Date | API Version | Change Description | APIs Impacted |\n|------------|-------------|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|\n| 2025-07-15 | 0.0.31 | Clarify documentation of idempotency keys. | asynchronousRefund and remittanceStatementNotification |\n| 2024-10-09 | 0.0.30 | Extend GenerateRedirectPaymentUrlResult decline codes. | GenerateRedirectPaymentUrl |\n| 2024-09-06 | 0.0.29 | Add InvalidCardDetails as a result to GenerateRedirectPaymentUrlResult. | GenerateRedirectPaymentUrl |\n| 2024-08-26 | 0.0.28 | Extend RedirectPaymentResult and RedirectPaymentNotificationRequestResult decline codes. | GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |\n| 2024-06-10 | 0.0.27 | Add card related result codes to GenerateRedirectPaymentUrlResult. | GenerateRedirectPaymentUrl |\n| 2024-05-20 | 0.0.26 | Add CaptureUsedPromotionalBalance as a refund result notification. | refundResultNotification |\n| 2024-05-15 | 0.0.25 | Add card as a Form Of Payment in Redirect Fop Payment spec | Begin Redirect |\n| 2023-12-06 | 0.0.24 | Add new transaction summary fields to remittance summary. | remittanceStatementNotification and remittanceStatementDetails |\n| 2023-07-26 | 0.0.23 | Add AcceptRemittanceStatementWithModifications method. | AcceptRemittanceStatementWithModifications |\n| 2022-10-11 | 0.0.22 | Fix redirect APIs URLs. | Generate Redirect Payment URL, Asynchronous Refund, Get Redirect Payment Status, Echo and Remittance Statement Notification |\n| 2022-07-01 | 0.0.21 | Update echo and remittance JSON example version numbers to match the rest of the spec. | echo, remittance |\n| 2022-04-12 | 0.0.20 | Add currentBalance optional field to CaptureResponse | capture |\n| 2021-09-29 | 0.0.19 | Move base path concept to host string on Overview pages. Add `basePath` field and drop `http` scheme from OpenAPI spec files. | All |\n| 2021-08-25 | 0.0.18 | Add PIAID segment to POST URLs. | Google-hosted |\n| 2021-07-20 | 0.0.17 | Update host documentation. | All |\n| 2021-02-22 | 0.0.16 | Remove PIAID that was embedded in the new `errorResponse` in CompleteRedirect. | Complete Redirect |\n| 2021-02-18 | 0.0.15 | Add `errorResponse` as an alternative to `result` in the Complete Redirect response. | Complete Redirect |\n| 2021-02-11 | 0.0.14 | Add `refundWindowExceeded` as a decline reason for refunds | RefundResultNotification |\n| 2021-02-11 | 0.0.13 | Add `pending` as a response reason for complete redirect. | Complete Redirect, GetRedirectPaymentStatus |\n| 2021-01-20 | 0.0.12 | Add `riskDeclined` as a decline reason for complete redirect. | Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |\n| 2020-12-15 | 0.0.11 | Link to correct ErrorResponse type in Redirect v1 documentation | All |\n| 2020-10-23 | 0.0.10 | Add field to RefundResultNotificationRequest | RefundResultNotification |\n| 2020-10-15 | 0.0.9 | Rename `redirectRequestId` to `captureRequestId` to align with other GSP services | AsynchronousRefund |\n| 2020-10-01 | 0.0.8 | Add POST support for redirect URLs | GenerateRedirectPaymentUrl |\n| 2020-09-28 | 0.0.7 | Added `userExitedPaymentFlow` as a possible response to the status of a payment | Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |\n| 2020-09-17 | 0.0.6 | Replace string with IssuerId in FormOfPayment | GenerateRedirectPaymentUrl, Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |\n| 2020-09-15 | 0.0.5 | Replace InvalidFopName with InvalidIssuerId | GenerateRedirectPaymentUrl |\n| 2020-08-20 | 0.0.4 | Added FormOfPayment to incoming calls | Complete Redirect, GetRedirectPaymentStatus, RedirectPaymentCompleteNotification |\n| 2020-08-18 | 0.0.3 | Added CompleteRedirectRequest | Complete Redirect |\n| 2020-08-18 | 0.0.2 | Updated RedirectRequest object | Begin Redirect |\n| 2020-08-05 | 0.0.1 | Added revision history file | None |"]]