Skip to main content

Account Creation

This is one of the services from the registration module used to create new accounts in Finpay. You can use this API to create a valid new account.

Technical Specification

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 partnerReferenceNoStringM164Transaction identifier number from partner
2 phoneNoStringM116Customer phone number to be created
3 nameStringM1128Customer name

Sample Request

{
"partnerReferenceNo": "78912343452347892",
"phoneNo": "08190123436",
"name": "Finnet"
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17BI SNAP Response Code.
2 responseMessageStringM1150BI SNAP Response Message.
3 partnerReferenceNoStringO164Transaction identifier number from partner

Sample Response

{
"responseCode": "2000600",
"responseMessage": "Request has been processed successfully",
"partnerReferenceNo": "78912343452347892"
}