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 |
---|---|---|---|
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 |