Skip to main content
POST
/
api
/
v1
/
ussd-payment
cURL
curl --request POST \
  --url https://api.novacpayment.com/api/v1/ussd-payment \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "transactionReference": "<string>",
  "bankCode": "<string>"
}
'

Authorizations

Authorization
string
header
required

Input your Bearer token in this format - Bearer {your token here} to access this API

Body

transactionReference
string
required
Maximum string length: 150
bankCode
string
required
Maximum string length: 10

Response

200

OK