28 lines
655 B
Markdown
28 lines
655 B
Markdown
# Martha MTN
|
|
- +260963722831
|
|
|
|
# Test Numbers in Postman Collection
|
|
- airtel : 260978981953
|
|
- mtn : 260981112134
|
|
- zamtel test number : 260950003905
|
|
|
|
# New Tables
|
|
- kazang_sessions
|
|
- transactions_kazang
|
|
|
|
|
|
curl --request POST \
|
|
--url http://localhost//unity/api/collect/airtel \
|
|
--header 'Authorization: Bearer bd8f75cc-0f63-4707-9a2e-361800a0d94c' \
|
|
--header 'accept: application/json' \
|
|
--header 'content-type: application/json' \
|
|
--data '{
|
|
"msisdn" : "265244566789",
|
|
"amount" : "100",
|
|
"currency" : "MWK",
|
|
"country" : "MW",
|
|
"channel" : "ussd",
|
|
"payment_mode" : "airtel",
|
|
"broker_id" : "capitalcontinental",
|
|
"refID" : "12234"
|
|
}' |