December 2025
3 days ago by Leon Menzies
-
Added new Bill Pay endpoints
Method Endpoint Description POST /bill-pay/createThis endpoint is used to create a bill pay transaction. POST /bill-pay/cancelThis endpoint is used to cancel a bill pay transaction. GET /bill-pay/transactionThis endpoint is used to fetch a bill pay transaction. GET /bill-pay/merchantsThis endpoint is used to fetch bill pay merchants. POST /bill-pay/account/merchants/addThis endpoint is used to add a merchant to an account. POST /bill-pay/account/merchants/editThis endpoint is used to edit an account-level merchant. GET /bill-pay/account/merchantsThis endpoint is used to fetch bill pay merchants for an account. POST /bill-pay/generate-embed-urlThis endpoint is used to generate a URL to create a bill pay iframe. -
Added new contact verification endpoints
Method Endpoint Description GET /contact-verificationThis endpoint is used to fetch results of the contact verification requests. POST /contact-verification/requestsThis endpoint is used to fetch results of the contact verification requests.