Get Customer Account Details - Field Descriptions

The following tables describe the fields in the response for the Get Customer Account Details endpoint.

Header

The following table describes the fields that can be included in the header of the request.

FieldDescriptionTypeMin LengthMax LengthMandatory
client-idClient identifier for the request.StringYes
partner-idPartner identifier for Mastercard configuration. If not provided, uses the default partner ID.StringNo

Response

The following table describes the fields that are included in the response.

FieldDescription
paymentInstructionObject that contains details of the payment instruction.
typeThe type of payment instruction. This will either be ach (for Automated Clearing House), or rtp (for Real-Time Payments).
accountNumberThe account number from the institution.
descriptorsObject that contains details of the descriptors for the payment instruction.
typeThe Payment Instruction Descriptor Type.
valueThe value that the descriptor type holds.
tanEnabledIndicates if this is a Tokenised Account Number (TAN).
descriptorsEnd of the descriptors object.
transferInEnabledWhether transfers into the account are enabled. Applicable for rtp type only.
transferOutEnabledWhether transfers out of the account are enabled. Applicable for rtp type only.
paymentInstructionEnd of the paymentInstruction object.