v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Wallets

Wallet Account Look Up

Verify wallet account information for a customer.

post/wallets/account-resolve

Headers

X-Trace-Idstring

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

X-Scenario-Keystring

An optional scenario key that can be used to simulate specific behaviors or test different scenarios within the API. Providing this header allows you to trigger predefined responses or alter data based on the key's value, which can be useful for testing, development, or demonstrating specific functionalities. The key should be a string of 1 to 1000 characters.

Request body

provider'flutterwave' required

Specifies the payment or service provider. Currently, only "flutterwave" is supported

identifierstring required

A unique identifier assigned to the merchant by the payment or service provider.

Example request

{
  "identifier": "00118468"
}

Response

OK

status'success' | 'failed'
messagestring