Scenario 2 (Master Card and Visa 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": "S20",
"payments": {
"paymentReference": "LKJHGFDR123UI23992JN23R",
"linkingReference": "F468778061587905955047",
"redirectUrl": "https://seerbitapigateway.com/seerbit/card-dispatch sredref=F468778061587905955047"
},
"message": "Transaction is pending"
}
}Last updated