Pay with Transfer
How it works
curl --location 'https://seerbitapi.com/api/v2/payments/initiates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_ENCRYPTION_KEY' \
--data-raw '{
"publicKey":"YOUR_PUBLIC KEY",
"amount":"100",
"fullName": "Jane Doe",
"mobileNumber": "0887522256",
"email":"[email protected]",
"currency": "NGN",
"country": "NG",
"paymentReference": "dsffererer",
"callbackUrl": "http://checkout-seerbit.surge.sh",
"redirectUrl": "http://checkout-seerbit.surge.sh",
"paymentType": "TRANSFER"
}'{
"publicKey":"public key",
"amount":"100",
"fullName": "Rasaq Agbalaya",
"mobileNumber": "08087522256",
"email":"[email protected]",
"currency": "NGN",
"country": "NG",
"paymentReference": "dsffererer",
"callbackUrl": "http://checkout-seerbit.surge.sh",
"redirectUrl": "http://checkout-seerbit.surge.sh",
"paymentType": "TRANSFER"
}Last updated