Skip to main content
POST
/
send-money
/
validate-accounts
Validate account
curl --request POST \
  --url https://sandbox.kulmipay.com/api/v1/send-money/validate-accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account": "<string>",
  "bank_code": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:ISSecretKey_test_xxxxxxxxxxxxxxxx
required

Use your KulmiPay secret key as the Bearer token.

Body

application/json
provider
enum<string>
required
Available options:
MPESA-B2C,
MPESA-B2B,
PESALINK,
P2P
account
string
required
bank_code
string
account_type
enum<string>
Available options:
PayBill,
TillNumber

Response

200 - application/json

Successful response

The response is of type object.