How it works
1
Create a user account
Register your user with Partna using Create Account. This creates a permanent account that can receive payments at any time.
2
Complete KYC
Your user must verify their identity before transacting. See Accounts and KYC for the full verification flow. Users only need to verify once.
3
Fetch a rate
Call Get Rate with
fromCurrency=NGN and toCurrency=USDT (or your desired fiat/crypto). Save the key from the response.4
Initiate the onramp
Call Onramp and Offramp with The response includes a bank account (
type: "fiatToCrypto". Include the rate key, amounts, currency pair, and the user’s crypto wallet address.accountName, accountNumber, bankName) where the user should send their NGN payment.5
User makes payment
The user transfers the specified NGN amount to the bank account returned in step 4. This can be done via bank transfer or any supported local payment method.
6
Partna converts and delivers
Once Partna confirms the fiat payment, the equivalent crypto is sent to the user’s wallet address. A webhook event is dispatched to your endpoint.
Example response (step 4)
Key parameters
Handling pending requests
Each user can only have one active ramp request at a time. If you need to create a new request while one is pending, setcancelPendingRampRequest: true in your request body.