Page Summary
-
This revision history tracks notable updates to Banking FOP APIs, including new features and modifications.
-
Recent key changes involve removing the
accountTypefield, introducing QR code proxy type, and adding PIAID segment to URLs. -
Updates also include Virtual Payment Address proxy type, optional association ID for user sessions, and object definition refactoring.
-
Earlier revisions focused on enhancing
TransferFundsresult types and incorporating a rawResult field in responses. -
The initial version (0.0.1) established the revision history documentation.
Banking FOP v2 Specification Revision History
This is a revision history noting significant changes to the Banking FOP APIs.
| Date | API Version | Change Description | APIs Impacted |
|---|---|---|---|
|
2025-09-08
|
0.0.13 | Changed userInformation
in AssociateAccountResponse
|
|
|
from
REQUIRED
to OPTIONAL
. The field is now only required if the provideUserInformation
field was set to true
in the corresponding AssociateAccountRequest
|
associateAccount | ||
|
2025-07-15
|
0.0.12 | Clarify documentation of idempotency keys | AssociateAccount and transferFunds |
|
2025-07-11
|
0.0.11 | Mark Associate Account Nickname required | AssociateAccountDetails |
|
2025-02-10
|
0.0.10 | Added new TransferFunds result codes: DECLINED_BY_BUSINESS_RULE, RISK_DECLINED, PAYEE_PROXY_UNREACHABLE | TransferFunds |
|
2024-09-17
|
0.0.9 | Drop accountType
from AssociatedAccountDetails
. This is not relevant for banking-fop-v2. |
AssociateAccount |
|
2024-03-20
|
0.0.8 | PayeeProxyKey QR Code - The GetPayeeProxyDisplayInfo request now contains a new proxy type of QR Code. | GetPayeeProxyDisplayInfo, TransferFunds |
|
2021-08-25
|
0.0.7 | Add PIAID segment to POST URLs. | Google-hosted |
|
2021-07-20
|
0.0.6 | Update host documentation. | All |
|
2021-03-30
|
0.0.5 | PayeeProxyKey Virtual Payment Address - The GetPayeeProxyDisplayInfo request now contains a new proxy type of Virtual Payment Address. | GetPayeeProxyDisplayInfo |
|
2020-10-27
|
0.0.4 | GetPayeeProxyDisplayInfo association ID - The GetPayeeProxyDisplayInfo request now contains an optional association ID. This value is only present if the request originated from a user session. | GetPayeeProxyDisplayInfo |
|
2020-08-24
|
0.0.3 | Empty object definition - Small refactor of the Empty object | GetTransactionStatus, Disburse, TransferFunds |
|
2020-08-10
|
0.0.2 | TransferFunds result type - ChargeUnderLimit has optional min amount in response. All results in the AssociateAccountWithVendorGeneratedToken response now have an optional rawResult field. | TransferFunds, AssociateAccountWithVendorGeneratedToken |
|
2020-08-05
|
0.0.1 | Added revision history file | None |

