A request containing information that will be used to check if the specified account is eligible to proceed with a payment.
An identifier's namespace provides a context for the identifier to distinguish different identifiers which may have the same value but be intended to identify different accounts. For example, a bank may use the same MSISDN (identifier) with different namespaces to distinguish between a customer's cheque or savings accounts.
This may be used by the following schemes:
- ZA_RPP
Indicates the schema of the identifier, e.g. MOBILE, CUSTOM.
Whether the related payment is a CreditTransfer or a DirectDebit.
Identifies the scheme used for the payment
ZA_RTC: South African Realtime Clearing scheme.ZA_RPP: South African Realtime Payments Platform scheme.ZA_EFT: South African Electronic Funds Transfer scheme.ZA_AC: South African Authenticated Collections scheme.ZA_RMS: South African Registered Mandate Service scheme.CBPR_PLUS: Cross-Border Payments and Reporting Plus.
{ "accountIdentifier": { "schema": "string", "value": "string" }, "paymentMethod": "CreditTransfer", "paymentPurpose": { "schema": "string", "value": "BKDF" }, "paymentSchemeName": "ZA_RTC", "supplementaryData": { "property1": "string", "property2": "string" } }