How it works
1
Create a user account
Register your user with Partna using Create Account if they do not already have one.
2
Resolve the destination bank account
Verify the user’s bank account details using Resolve Bank. This confirms the account number and returns the account holder’s name.Response:
3
Fetch a rate
Call Get Rate with
fromCurrency=USDT and toCurrency=NGN. Save the rate key.4
Initiate the offramp
Call Onramp and Offramp with The response includes a crypto wallet address where the user should send their USDT.
type: "cryptoToFiat". Include the rate key, the user’s bank details, and the crypto amount.5
User sends crypto
The user sends the specified crypto amount to the wallet address returned in step 5.
6
Partna converts and pays out
Once Partna confirms the crypto deposit, the equivalent local currency is sent to the user’s bank account. A webhook event is dispatched to your endpoint.