Skip to main content

Account Maintenance Requests

The Account Maintenance module is designed to facilitate customer requests to existing merchants. These requests can be submitted through our user interface or via our API integrated with your system. We offer the following types of requests: Update Bank Account, Add a Location with Merchant Velocity, Add a Location with Location Velocity, Update Velocity Settings, and Other. The Other request is comparable to an email used to request additional changes, e.g., an address update or phone number update. We will continue to add new API calls, so check back often for updated information.

Authentications to Note

  • Request_email is used to validate the user and if they have access/permission to run the API calls. If the requestor is not associated with the account, an error message will be returned to the user stating: User (email address) is not authorized to run the API.
  • CustServProviderId and entity_id is used to validate that the Entity ID is related to that specific Partner’s custServProviderId. If the validation fails, an error message will be returned to the user: This Merchant (Entity ID) is not associated with this Partner.
note

You will need to submit data in the same format as you are set up to receive it.

REST DATA FORMAT

XML

<xml>
<CustSrvProvideld></CustSrvProvideld>
<EntityId></EntityId>
<CustomerName></CustomerName>
<RequestEmail></RequestEmail>
<!--Optional:-->
<Subject></Subject>
<!--Optional:-->
<Description></Description>
<!--Optional:-->
<CaseReason></CaseReason>
</xml>

JSON

{ 
"CustSrvProvideld" : "",
"EntityId" : "",
"CustomerName" : "",
"RequestEmail" : "",
"Subject" : ""
"Description" : "",
"CaseReason" : "",
}

Below are the URLs for the STAGE (test) environment:

Request TypeURL (STAGE)
Bank Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/BankRequest/1.0.0
Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/LocationRequest
Location with Velocityhttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/LocationWithVelocity
Velocity Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/VelocityRequest
Other Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/OtherRequest
Disable Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/DisableLocation
Disable Merchant Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/DisableMerchant
Enable Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/EnableLocation
Add Notification Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/AddNotificationSettings
Update Notification Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateNotificationSettings
Enable Notification Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/EnableNotification
Disable Notification Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/DisableNotification
Enable SmartDetecthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/EnableSmartDetect
Disable SmartDetecthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/DisableSmartDetect
Update Velocity Email Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateVelocityEmailSettings
Add Actual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/AddActualAccount
Update Actual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateActualAccount
Update Hold Days Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateHoldDays
Update Virtual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateVirtualAccount
Update Merchant Address Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateMerchantAddress
Add Contacthttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/AddContact
Update Velocity Actionhttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateVelocityAction
Update ACH Company Namehttps://use4-apigw.dm-us.informaticacloud.com/t/dev.jha.domain.com/UpdateACHCompanyName

Below are the URLs for the PRODUCTION environment:

Request TypeURL (PRODUCTION)
Bank Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/BankRequest
Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/LocationRequest
Location with Velocityhttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/LocationWithVelocity
Velocity Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/VelocityRequest
Other Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/OtherRequest
Disable Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/DisableLocation
Enable Location Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/EnableLocation
Disable Merchant Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/DisableMerchant
Add Notification Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/AddNotificationSettings
Update Notification Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateNotificationSettings
Enable Notification Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/EnableNotification
Disable Notification Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/DisableNotification
Enable SmartDetecthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/EnableSmartDetect
Disable SmartDetecthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/DisableSmartDetect
Update Velocity Email Settings Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateVelocityEmailSettings
Add Actual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/AddActualAccount
Update Actual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateActualAccount
Update Hold Days Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateHoldDays
Update Virtual Account Requesthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateVirtualAccount
Update Merchant Addresshttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateMerchantAddress
Add Contacthttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/AddContact
Update Velocity Actionhttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateVelocityAction
Update ACH Company Namehttps://use4-apigw.dm-us.informaticacloud.com/t/prod.jha.domain.com/UpdateACHCompanyName