Lookup Account by Nadapay Code
Retrieve account information using a Nadapay Code — useful for verifying a recipient before sending funds internally on the platform.
Request
curl --request GET \
--url "$baseUrl/organizations/nadapay-code/{code}" \
--header 'x-api-key: YOUR_API_KEY'| Path param | Required | Description |
|---|---|---|
code | Yes | The Nadapay Code, e.g. WAL-123 |
Response
Returns the account information tied to that code.
When to use this
Use this before executing a wallet-to-wallet transaction (see Execute Transaction in the Payments API) to confirm you're sending to the correct destination before you commit.
Updated 13 days ago
Did this page help you?