Authorization: Bearer ********************
{
"email": "test@gmail.com",
"amount": 15000,
"reference": "12345",
"callback_url": "string",
"first_name": "Musa",
"middle_name": "Amarachi",
"last_name": "Ade",
"phone_number": "08000000000",
"payment_link_code": "string",
"plan_code": "string"
}
curl --location --request POST 'https://devapi.collect.africa/payments/initialize' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@gmail.com",
"amount": 15000,
"reference": "12345",
"callback_url": "string",
"first_name": "Musa",
"middle_name": "Amarachi",
"last_name": "Ade",
"phone_number": "08000000000",
"payment_link_code": "string",
"plan_code": "string"
}'
{
"message": "Checkout Initialized",
"data": {
"reference": "ref111",
"short_code": "SC_cksacmabu000001p27jj2e93u",
"checkout_url": "https://staging-checkout.collect.africa?short_code=SC_cksacmabu000001p27jj2e93u"
}
}