getCustomerInfo

Returns information of the customer's profile as registered on the service provider's system.

SecurityhttpBasic or oauth2
Request
query Parameters
idNumber
required
string

Customer's identification number as per presented identification document.

idType
string

Type of presented identification document.

Enum: "NATIONAL_ID" "PASSPORT" "DRIVERS_LICENCE" "ASYLUM_DOCUMENT" "UNKNOWN" "CUSTOMER_PROFILE_ID"
idCountryCode
string

Country of issue of presented identification document, expressed as an ISO 3166-1 Alpha-2 country code.

merchantId
string

The assigned merchant identifier. Also known as card acceptor id.

originatorInstId
string

Identifies the institution from which the transaction originates. Value to be assigned by Electrum.

receiverId
required
string

Identifies the service provider to whom this request must be directed.

Responses
200

OK

400

Bad request

500

Internal Server Error

501

Not implemented

503

Service Unavailable

504

Gateway Timeout

get/admin/customers
Request samples
Response samples
application/json
{
  • "originator": {
    },
  • "receiver": {
    },
  • "customerDetails": {
    },
  • "customerProfileId": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2022. All right reserved.