Requests that an order be created for the specified payment amount. The request is treated as an online financial authorization message. If the client calling this resource does not receive a response, then a reversePayment
call must be made to the /orders/reversals
resource to ensure the transaction is cancelled with no financial impact.
A message containing the data required to carry out the payment order, as well as information about the point-of-sale from which the transaction originates.
Array of objects (TransactionLabel) A list containing labels that can be used to discover this transaction or group it with other transactions sharing labels with the same label name and value. Transaction labels should never be used to make transaction processing decisions. | |
id required | string The randomly generated UUID identifying this transaction, as defined for a variant 4 UUID in RFC 4122 |
time required | string <date-time> The date and time of the message as recorded by the sender. The format shall be as defined for date-time in RFC 3339 section 5.6. It is recommended that the optional time-secfrac be included up to millisecond precision |
required | object (Originator) The Originator object encapsulates data relating to the originator of the transaction |
required | object (Institution) Originating, acquiring, processing, or receiving institution details |
object (Institution) Originating, acquiring, processing, or receiving institution details | |
object (Institution) Originating, acquiring, processing, or receiving institution details | |
required | Array of objects (ThirdPartyIdentifier) An array of identifiers which each identify the transaction within each entity's system. |
object (SlipData) Data that may be printed on the customer slip for information purposes | |
basketRef | string Used to group multiple transactions which would otherwise be considered independent. |
tranType | string Data relating to the type of transaction taking place (i.e. cash withdrawal, goods and services etc.). |
srcAccType | string This specifies the type of source account being used in the transaction (i.e. cheque, savings). |
destAccType | string This specifies the type of destination account being used in the transaction (i.e. cheque, savings). |
stan | string The System Trace Audit Number can be used to locate transactions across different systems. |
rrn | string This is a reference set by the original source of the transaction. |
required | object (LedgerAmount) An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT |
required | object (PersonalDetails) Personal details of a customer. |
object (PersonalDetails) Personal details of a customer. | |
object (EncryptedPin) A PIN required to authorise a transaction. EncryptionParameters should be provided where the service will be performing operations on the encrypted PIN, such as PIN translation. Only the PIN block need be provided where the service is expected to forward it to a third party, where the calling client and said third party have agreed upon encryption parameters beforehand. | |
customerProfileId | string Uniquely identifies customer's profile on the upstream entity's system. |
newCustomer | boolean Default: false An optional flag indicating whether the customer placing the order is already registered on the provider's system. |
object (LedgerAmount) An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT | |
quoteId | string The value returned in a previous MoneyTransferFeeQuoteResponse object. This allows a specific money transfer order to be linked to a specific quote. |
purposeOfRemittance | string The reason the sender is performing a money transfer. This may be tracked for compliance/reporting purposes. |
object (Amounts) Amounts which make up the transaction. Absent amounts have zero value. | |
Array of objects (PaymentMethod) An array of payment methods to be used as payment for the transaction. This is used if payment is not tendered at the point of sale, but is effected through one or more calls to third party payment providers as part of the request. A PaymentMethod differs from a Tender in that the former represents payment that still needs to be collected from a third party, whereas the latter represents payment that has already been collected at the point of sale. | |
recipientRelationship | string The recipientRelationship between the sender and recipient of the money transfer. This may be tracked for compliance/reporting purposes. |
successful operation
Created
Bad request
Internal Server Error
Not implemented
Service Unavailable
Gateway Timeout
{- "transactionLabels": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "string",
- "time": "2019-08-24T14:15:22Z",
- "originator": {
- "institution": {
- "id": "string",
- "name": "string"
}, - "terminalId": "stringst",
- "merchant": {
- "merchantType": "string",
- "merchantId": "stringstringstr",
- "merchantName": {
- "name": "string",
- "city": "string",
- "region": "st",
- "country": "st"
}
}, - "operatorId": "string",
- "channelId": "string"
}, - "client": {
- "id": "string",
- "name": "string"
}, - "settlementEntity": {
- "id": "string",
- "name": "string"
}, - "receiver": {
- "id": "string",
- "name": "string"
}, - "thirdPartyIdentifiers": [
- {
- "institutionId": "string",
- "transactionIdentifier": "string"
}
], - "slipData": {
- "messageLines": [
- {
- "barcode": {
- "data": "string",
- "encoding": "string"
}, - "text": "string",
- "fontWidthScaleFactor": 0,
- "fontHeightScaleFactor": 0,
- "line": false,
- "cut": false
}
], - "slipWidth": 0,
- "issuerReference": "string"
}, - "basketRef": "string",
- "tranType": "GOODS_AND_SERVICES",
- "srcAccType": "DEFAULT",
- "destAccType": "DEFAULT",
- "stan": "string",
- "rrn": "string",
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "senderDetails": {
- "firstName": "string",
- "lastName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "province": "string",
- "country": "st",
- "postCode": "string"
}, - "idNumber": "string",
- "idType": "NATIONAL_ID",
- "idCountryCode": "st",
- "nationality": "st",
- "countryOfBirth": "st",
- "dateOfBirth": "string",
- "contactNumber": "string",
- "altContactWork": "string",
- "altContactHome": "string",
- "email": "string",
- "accountDetails": {
- "accountId": "string",
- "type": "ACCOUNT"
}, - "idIssuedDate": "2019-08-24T14:15:22Z",
- "idExpiryDate": "2019-08-24T14:15:22Z",
- "culturalName": "string",
- "sourceOfIncome": "SALARIED",
- "occupation": "BUSINESSMAN"
}, - "recipientDetails": {
- "firstName": "string",
- "lastName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "province": "string",
- "country": "st",
- "postCode": "string"
}, - "idNumber": "string",
- "idType": "NATIONAL_ID",
- "idCountryCode": "st",
- "nationality": "st",
- "countryOfBirth": "st",
- "dateOfBirth": "string",
- "contactNumber": "string",
- "altContactWork": "string",
- "altContactHome": "string",
- "email": "string",
- "accountDetails": {
- "accountId": "string",
- "type": "ACCOUNT"
}, - "idIssuedDate": "2019-08-24T14:15:22Z",
- "idExpiryDate": "2019-08-24T14:15:22Z",
- "culturalName": "string",
- "sourceOfIncome": "SALARIED",
- "occupation": "BUSINESSMAN"
}, - "pin": {
- "pinBlock": "string",
- "encryptionParameters": {
- "pinBlockFormat": "ISO_9564_FORMAT_0",
- "accountNumber": "string",
- "keyIndex": 0
}
}, - "customerProfileId": "string",
- "newCustomer": false,
- "fee": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "quoteId": "string",
- "purposeOfRemittance": "FAMILY_SUPPORT",
- "amounts": {
- "requestAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "approvedAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "feeAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "balanceAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "additionalAmounts": {
- "property1": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "property2": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}
}, - "paymentMethods": [
- {
- "type": "AN_32_TOKEN",
- "name": "string",
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "issuer": {
- "id": "string",
- "name": "string"
}, - "pin": {
- "type": "CLEAR_PIN"
}, - "proxy": "string",
- "proxyType": "MSISDN"
}
], - "recipientRelationship": "PARENT"
}
{- "transactionLabels": [
- {
- "name": "string",
- "value": "string"
}
], - "id": "string",
- "time": "2019-08-24T14:15:22Z",
- "originator": {
- "institution": {
- "id": "string",
- "name": "string"
}, - "terminalId": "stringst",
- "merchant": {
- "merchantType": "string",
- "merchantId": "stringstringstr",
- "merchantName": {
- "name": "string",
- "city": "string",
- "region": "st",
- "country": "st"
}
}, - "operatorId": "string",
- "channelId": "string"
}, - "client": {
- "id": "string",
- "name": "string"
}, - "settlementEntity": {
- "id": "string",
- "name": "string"
}, - "receiver": {
- "id": "string",
- "name": "string"
}, - "thirdPartyIdentifiers": [
- {
- "institutionId": "string",
- "transactionIdentifier": "string"
}
], - "slipData": {
- "messageLines": [
- {
- "barcode": {
- "data": "string",
- "encoding": "string"
}, - "text": "string",
- "fontWidthScaleFactor": 0,
- "fontHeightScaleFactor": 0,
- "line": false,
- "cut": false
}
], - "slipWidth": 0,
- "issuerReference": "string"
}, - "basketRef": "string",
- "tranType": "GOODS_AND_SERVICES",
- "srcAccType": "DEFAULT",
- "destAccType": "DEFAULT",
- "stan": "string",
- "rrn": "string",
- "amount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "senderDetails": {
- "firstName": "string",
- "lastName": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "province": "string",
- "country": "st",
- "postCode": "string"
}, - "idNumber": "string",
- "idType": "NATIONAL_ID",
- "idCountryCode": "st",
- "nationality": "st",
- "countryOfBirth": "st",
- "dateOfBirth": "string",
- "contactNumber": "string",
- "altContactWork": "string",
- "altContactHome": "string",
- "email": "string",
- "accountDetails": {
- "accountId": "string",
- "type": "ACCOUNT"
}, - "idIssuedDate": "2019-08-24T14:15:22Z",
- "idExpiryDate": "2019-08-24T14:15:22Z",
- "culturalName": "string",
- "sourceOfIncome": "SALARIED",
- "occupation": "BUSINESSMAN"
}, - "orderRedeemRef": "string",
- "orderRedeemRefAlt": "string",
- "orderId": "string",
- "customerProfileId": "string",
- "amounts": {
- "requestAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "approvedAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "feeAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "balanceAmount": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "additionalAmounts": {
- "property1": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}, - "property2": {
- "amount": 0,
- "currency": "string",
- "ledgerIndicator": "DEBIT"
}
}
}
}