v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBk) Wallet Topups
Initiate a new wallet top-up
Starts the top-up process. The response includes a completionUrl if the top-up requires a redirect (e.g. card payment via a gateway). Poll or listen for the callback to confirm the final status.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/{walletId}/topups
Path parameters
tenantIdinteger required
walletIdinteger required
Request body
Example request
{
"expires": "2022-03-10T12:15:50-04:00",
"topupCardData": {
"deleteAt": "2022-03-10T12:15:50-04:00"
}
}Response
OK