Payment
curl --location 'https://seerbitapi.com/api/v2/payments' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_ENCRYPTED_KEY' \
--data-raw '{
"publicKey": "YOUR_PUBLIC_KEY",
"amount": "500",
"currency": "NGN",
"country": "NG",
"paymentReference": "payment_reference",
"email": "[email protected]",
"fullName": "Halil TS",
"tokenize": "false",
"callbackUrl": "https://seerbit.com"
}'Request Body
Name
Type
Description
Last updated