curl --request GET \
--url https://staging-api.getpartna.com/v4/account/account-details \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'{
"data": {
"accounts": [
{
"Banks": {
"KE": {
"mobile_network": "Safaricom",
"shortcode": "0805439865",
"status": "ACTIVE"
},
"NG": {
"account_name": "TEST-MANAGED-ACCOUNT",
"account_number": "1238271618",
"bank_code": "",
"bank_name": "Test Bank",
"currency": "NGN",
"mobile_network": "",
"shortcode": "",
"status": ""
}
},
"KYCs": {
"KE": {
"mobile_network": "Safaricom",
"shortcode": "0805439865",
"status": "verified"
},
"NG": {
"address_line_1": "",
"address_line_2": "",
"dob": "2002-09-01",
"first_name": "rahman",
"last_name": "rahman",
"lga_of_residence": "",
"middle_name": "rahman",
"mobile_network": "",
"shortcode": "",
"state_of_residence": "",
"status": "verified"
}
},
"createdAt": 1755873600,
"email": "",
"externalRef": "chang"
},
{
"Banks": {
"NG": {
"account_name": "Madilyn Lakin II",
"account_number": "9640426250",
"bank_code": "242",
"bank_name": "Maplerad",
"currency": "NGN",
"mobile_network": "",
"shortcode": "",
"status": ""
}
},
"KYCs": {
"NG": {
"address_line_1": "",
"address_line_2": "",
"dob": "1999-01-01",
"first_name": "Samuel",
"last_name": "Olamide",
"lga_of_residence": "",
"middle_name": "Nomo",
"mobile_network": "",
"shortcode": "",
"state_of_residence": "",
"status": ""
}
},
"createdAt": 1755873600,
"email": "",
"externalRef": "changuser1"
}
],
"page": 1,
"perPage": 10,
"totalPages": 1
},
"message": "success"
}Get accounts details.
curl --request GET \
--url https://staging-api.getpartna.com/v4/account/account-details \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'{
"data": {
"accounts": [
{
"Banks": {
"KE": {
"mobile_network": "Safaricom",
"shortcode": "0805439865",
"status": "ACTIVE"
},
"NG": {
"account_name": "TEST-MANAGED-ACCOUNT",
"account_number": "1238271618",
"bank_code": "",
"bank_name": "Test Bank",
"currency": "NGN",
"mobile_network": "",
"shortcode": "",
"status": ""
}
},
"KYCs": {
"KE": {
"mobile_network": "Safaricom",
"shortcode": "0805439865",
"status": "verified"
},
"NG": {
"address_line_1": "",
"address_line_2": "",
"dob": "2002-09-01",
"first_name": "rahman",
"last_name": "rahman",
"lga_of_residence": "",
"middle_name": "rahman",
"mobile_network": "",
"shortcode": "",
"state_of_residence": "",
"status": "verified"
}
},
"createdAt": 1755873600,
"email": "",
"externalRef": "chang"
},
{
"Banks": {
"NG": {
"account_name": "Madilyn Lakin II",
"account_number": "9640426250",
"bank_code": "242",
"bank_name": "Maplerad",
"currency": "NGN",
"mobile_network": "",
"shortcode": "",
"status": ""
}
},
"KYCs": {
"NG": {
"address_line_1": "",
"address_line_2": "",
"dob": "1999-01-01",
"first_name": "Samuel",
"last_name": "Olamide",
"lga_of_residence": "",
"middle_name": "Nomo",
"mobile_network": "",
"shortcode": "",
"state_of_residence": "",
"status": ""
}
},
"createdAt": 1755873600,
"email": "",
"externalRef": "changuser1"
}
],
"page": 1,
"perPage": 10,
"totalPages": 1
},
"message": "success"
}Was this page helpful?