Scenario 1 (Verve Card Type)
curl --location 'https://seerbitapi.com/api/v2/payments/initiates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_ENCRYPTION_KEY' \
--data '{
"transaction":
{
"linkingreference":"F468778061587905955047",
"otp":"496865"
}
}'{
"status": "SUCCESS",
"data": {
"code": "00",
"payments": {
"reference": "LKJHGFDR123UI23992JN23R",
"linkingreference": "F468778061587905955047"
},
"message": "Successful"
}
}Last updated