incoming-transfer
Operations addressed under /incoming-transfer — 5 operations.
get-incoming-transfer-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<IncomingTransferDto>.
| Field | Declared type | Nullable |
|---|---|---|
ContentDetail | ContentDto | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-incoming-transfer-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
contentexecutionIdidintegrationAdditionalInfomessagemessageGroupmessageHashmessageTrackingStatusmessageTypePermitted values — validated against the message_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | A01-Instant Payment | no label seeded |
2 | M01-Customer Payment | no label seeded |
3 | A09-Payment Refund | no label seeded |
4 | H31-Refund Request | no label seeded |
5 | Payment Between Participants | no label seeded |
6 | Payment from Participant to TCMB | no label seeded |
7 | General Purpose Information | no label seeded |
8 | Balance Transfer Request | no label seeded |
serviceStatustransferDatetransferEntryTimetransferProcessingTimetransferQueryNumbertransferSendTimetransferStatustransferTimecreate-incoming-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<int>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type int. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | int | no |
Member names are the service's declaration names.
create-incoming-transfer › Request Body
contentexecutionIdintegrationAdditionalInfomessagemessageGroupmessageHashmessageTrackingStatusmessageTypePermitted values — validated against the message_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | A01-Instant Payment | no label seeded |
2 | M01-Customer Payment | no label seeded |
3 | A09-Payment Refund | no label seeded |
4 | H31-Refund Request | no label seeded |
5 | Payment Between Participants | no label seeded |
6 | Payment from Participant to TCMB | no label seeded |
7 | General Purpose Information | no label seeded |
8 | Balance Transfer Request | no label seeded |
serviceStatustransferDatetransferEntryTimetransferProcessingTimetransferQueryNumbertransferSendTimetransferStatustransferTimecreate-incoming-transfer › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-incoming-transfer-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IncomingTransferDto.
| Field | Declared type | Nullable |
|---|---|---|
ContentDetail | ContentDto | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_38 | 400 | INCOMING_TRANSFER_NOT_FOUND | Incoming Transfer Not Found |
path Parameters
idget-incoming-transfer-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-incoming-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idupdate-incoming-transfer › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-incoming-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
iddelete-incoming-transfer › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.