The Payment Hub API provides the means to integrate with Galileo's payment hub, which currently supports wire transfers but in the future will support other rails.
Use the Destination Accounts endpoints to create and manage an external account that receives a payment, and then use the Wires endpoints to create and manage the wire transfer itself.
Base URL
For the Destination Accounts and Wires endpoints, use the same tenanted URL as for Program API: https://dispute-api-{corename}.{env}.gpsrv.com/endpointName
, where
corename
is the name of your core, as assigned by Galileo.env
is the environment:cv
for client validation andpd
for production.
Authentication
The Payment Hub API uses the same IP address whitelisting and credential approach as the Program API. You can choose to use their existing credentials or be issued new credentials for use with the Payment Hub API.
Follow the authentication steps for the Program API.