December 2025
7 months ago by Leon Menzies
- Added new Bill Pay endpoints
- Added:
POST/bill-pay/create— This endpoint is used to create a bill pay transaction. - Added:
POST/bill-pay/cancel— This endpoint is used to cancel a bill pay transaction. - Added:
GET/bill-pay/transaction— This endpoint is used to fetch a bill pay transaction. - Added:
GET/bill-pay/merchants— This endpoint is used to fetch bill pay merchants. - Added:
POST/bill-pay/account/merchants/add— This endpoint is used to add a merchant to an account. - Added:
POST/bill-pay/account/merchants/edit— This endpoint is used to edit an account-level merchant. - Added:
GET/bill-pay/account/merchants— This endpoint is used to fetch bill pay merchants for an account. - Added:
POST/bill-pay/generate-embed-url— This endpoint is used to generate a URL to create a bill pay iframe.
- Added:
- Added new contact verification endpoints
- Added:
GET[/contact-verification]()— This endpoint is used to fetch results of the contact verification requests. - Added:
POST[/contact-verification/requests]()— This endpoint is used to fetch results of the contact verification requests.
- Added: