Download OpenAPI specification:Download
The Fileactive payment APIs support payment initiations and status confirmations aross various countries.
A maximum of 1 batch (payment_information object) containing up to 1000 transactions (credit_transfer_transaction_information objects) per request is supported.
ANZ use OAuth 2.0 to authenticate inbound token requests, a bearer token is returned as a response which is then used to authorise against ANZ resources
Information and examples of Auth request body
grant_type required | string Specify the type credential requested |
client_assertion_type required | string Describes the type of client assertion provided in the message request |
scope required | any |
required | object (ClientAssertion) |
{- "expires_in": 3600,
- "token_type": "Bearer",
- "access_token": "eaaa13ee-b596-a8cc-b9d4-f778f8bb9377"
}
Payment initiation request related to a single credit transfer between a debtor and creditor.
x-Correlation-Id | string Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message. X- Message-Id will be used as the {transaction_identification} parameter to retrieve payment status. |
Secured resource to instruct movement of funds from the debtor account to creditor, object: #/definitions/PaymentSubmissionResource
secured_payload | string Pain001: PaymentSubmissionResource |
{- "secured_payload": "string"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited AU NPP message.
transaction_identification required | string Unique identification, as assigned by the first instructing agent, to unambiguously identify the transaction that is passed on, unchanged, throughout the entire interbank chain. |
x-Correlation-Id | string Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "transaction_identification": "32d292f1-ee65-11ea-84ce-3d837763b9eb",
- "transaction_status": "ACTC",
- "transaction_status_description": "Processing",
- "acceptance_date_time": "2020-09-04T04:15:04.631Z"
}
Australian Cross Border Fund Transfer API using pain.001.001.09 derived json message format. Payment Initiation request using AU CBFT from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_AU_CBFT for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Resource to instruct movement of funds from the debtor account to creditor
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": {
- "secured_payload": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW1tYXJ5IjoiQVUgQ0JGVCBwYXltZW50IGluaXRpYXRpb24gZXhhbXBsZSIsInZhbHVlIjp7ImNyZWF0aW9uX2RhdGVfdGltZSI6InslIG5vdyAnaXNvLTg2MDEnLCAnJyAlfSIsIm51bWJlcl9vZl90cmFuc2FjdGlvbnMiOiIxIiwiY29udHJvbF9zdW0iOiIyMDAuMDAiLCJpbml0aWF0aW5nX3BhcnR5X25hbWUiOiJBTlogU2FtcGxlIiwiaW5pdGlhdGluZ19wYXJ0eV9iaWMiOiJBQU5aQkFVM01YWCIsImluaXRpYXRpbmdfcGFydHlfaWRlbnRpZmljYXRpb24iOiJ4eHgiLCJwYXltZW50X2luZm9ybWF0aW9uIjpbeyJyZXF1ZXN0ZWRfZXhlY3V0aW9uX2RhdGUiOiJ7JSBub3cgJ2N1c3RvbScsICdZWVlZLU1NLUREJyAlfSIsInBheW1lbnRfaW5mb3JtYXRpb25faWRlbnRpZmljYXRpb24iOiJBVS1DQkZULVBNVElORklELTIyIiwiYmF0Y2hfYm9va2luZyI6dHJ1ZSwiY2F0ZWdvcnlfcHVycG9zZSI6Ik9USFIiLCJkZWJ0b3JfbmFtZSI6IkFVIENCRlQgUGF5ZXIiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjEyMzQ1Njc4OTA5MTIzNCIsImRlYnRvcl9wb3N0YWxfYWRkcmVzcyI6eyJwb3N0Y29kZSI6IjMwMDAiLCJ0b3duX25hbWUiOiJNZWxib3VybmUiLCJjb3VudHJ5X3N1YmRpdmlzaW9uIjoiVmljdG9yaWEiLCJjb3VudHJ5IjoiQVUiLCJhZGRyZXNzX2xpbmUiOiIxMDAgTWVsYm91cm5lIHN0In0sImRlYnRvcl9hZ2VudF9iaWNmaSI6IlVTQktVUzQ0SU1UIiwiZGVidG9yX2FnZW50X3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiMzAwMCIsInRvd25fbmFtZSI6Ik1lbGJvdXJuZSIsImNvdW50cnlfc3ViZGl2aXNpb24iOiJWaWN0b3JpYSIsImNvdW50cnkiOiJBVSIsImFkZHJlc3NfbGluZSI6IjMzMyBNZWxib3VybmUgc3QifSwiY3JlZGl0X3RyYW5zZmVyX3RyYW5zYWN0aW9uX2luZm9ybWF0aW9uIjpbeyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IkFVLUNCRlQtSU5TVFJJRC0xMSIsImVuZF90b19lbmRfaWRlbnRpZmljYXRpb24iOiJBVS1DQkZULUUyRUlELTExIiwiZXF1aXZhbGVudF9hbW91bnQiOnsiYW1vdW50Ijp7ImFtb3VudCI6IjIwMC4wMCIsImN1cnJlbmN5IjoiVVNEIn0sImN1cnJlbmN5X29mX3RyYW5zZmVyIjoiQVVEIn0sImNoYXJnZV9iZWFyZXIiOiJDUkVEIiwiaW50ZXJtZWRpYXJ5X2FnZW50X2JpY2ZpIjoiUlJSUkJBVTNNWFgiLCJpbnRlcm1lZGlhcnlfYWdlbnRfbmFtZSI6IkFVIENCRlQgQWdlbnQiLCJpbnRlcm1lZGlhcnlfYWdlbnRfY2xlYXJpbmdfc3lzdGVtIjp7ImlkIjp7InByb3ByaWV0YXJ5IjoiU1NTVFRUUlIifX0sImludGVybWVkaWFyeV9hZ2VudF9wb3N0YWxfYWRkcmVzcyI6eyJwb3N0Y29kZSI6IjMwMDAiLCJ0b3duX25hbWUiOiJNZWxib3VybmUiLCJjb3VudHJ5X3N1YmRpdmlzaW9uIjoiVmljdG9yaWEiLCJjb3VudHJ5IjoiQVUiLCJhZGRyZXNzX2xpbmUiOiI1NTUgTWVsYm91cm5lIHN0In0sImV4Y2hhbmdlX3JhdGVfaW5mb3JtYXRpb24iOnsiY29udHJhY3RfaWRlbnRpZmljYXRpb24iOiJDb250cmFjdElkZW4wMSIsImV4Y2hhbmdlX3JhdGUiOiIxLjAyIn0sImNyZWRpdG9yX2FnZW50X2JpY2ZpIjoiVERPTUNBVFRUT1IiLCJjcmVkaXRvcl9hZ2VudF9uYW1lIjoiQ0VSRElUT1IgQUdFTlQgVFNUIiwiY3JlZGl0b3JfYWdlbnRfcG9zdGFsX2FkZHJlc3MiOnsicG9zdGNvZGUiOiJNNUsgMUEyIiwidG93bl9uYW1lIjoiVG9yb250byIsImNvdW50cnlfc3ViZGl2aXNpb24iOiJPbnRhcmlvIiwiY291bnRyeSI6Ik9OIiwiYWRkcmVzc19saW5lIjoiMjIyIEJheSBTdCJ9LCJjcmVkaXRvcl9hZ2VudF9jbGVhcmluZ19zeXN0ZW1fY29kZSI6IkRFQkxaIiwiY3JlZGl0b3JfYWdlbnRfbWVtYmVyX2lkZW50aWZpY2F0aW9uIjoiQ0RUIE1FTUIgSURFTlQiLCJjcmVkaXRvcl9uYW1lIjoiQVUgQ0JGVCBQYXllZSIsImNyZWRpdG9yX3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiODk4OVoiLCJjb3VudHJ5X3N1YmRpdmlzb24iOiJYWFgiLCJjb3VudHJ5IjoiRlIiLCJhZGRyZXNzX2xpbmUiOiIzMzMgcml2ZXJpYSBzdCBQYXJpcyA5OTg3NDY3IiwidG93bl9uYW1lIjoieHl6IiwiZGVwYXJ0bWVudCI6IkhSIiwic3ViX2RlcGFydG1lbnQiOiJTVUIiLCJzdHJlZXRfbmFtZSI6InJpdmVyaWEgc3QiLCJidWlsZGluZ19udW1iZXIiOiIyIn0sImNyZWRpdG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOiIxMjM0NTY3ODkwMSIsInB1cnBvc2UiOnsicHJvcHJpZXRhcnkiOiJQUk9QIn0sInJlbWl0dGFuY2VfaW5mb3JtYXRpb25fdW5zdHJ1Y3R1cmVkIjpbIlJFTTEiLCJSRU0yIl19XX1dfSwieC13aWRkZXJzaGlucy1vbGRSZWYiOiIjL2NvbXBvbmVudHMvZXhhbXBsZXMvQ3VzdG9tZXJDcmVkaXRUcmFuc2ZlckluaXRpYXRpb25WMDlfQVVfQ0JGVF9FeDAxIn0.5SkYJH5THbQFxLm0iZ09bIiVL-U7jP0h-WZEE1uoWzM"
}
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
India ACH API using pain.001.001.09 derived json message format. Payment Initiation request using IN ACH from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_ACH for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Hong Kong ACH API using pain.001.001.09 derived json message format. Payment Initiation request using ACH from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_ACH for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Hong Kong FPS API using pain.001.001.09 derived json message format. Payment Initiation request using Hong Kong FPS (Faster Payment System) from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_FAST for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Hong Kong RTGS API using pain.001.001.09 derived json message format. Payment Initiation request using Hong Kong RTGS (Real Time Gross Settlement) service from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_RTGS for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Hong Kong CBFT API using pain.001.001.09 derived json message format. Payment Initiation request using Hong Kong CBFT (Cross Border Fund Transfer) service from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_CBFT for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": {
- "secured_payload": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW1tYXJ5IjoiU0cgQ0JGVCBwYXltZW50IGluaXRpYXRpb24gZXhhbXBsZSIsInZhbHVlIjp7ImNyZWF0aW9uX2RhdGVfdGltZSI6IjIwMjAtMTItMTdUMDA6MDA6MDAiLCJudW1iZXJfb2ZfdHJhbnNhY3Rpb25zIjoxLCJpbml0aWF0aW5nX3BhcnR5X25hbWUiOiJBTlogU2FtcGxlIiwiaW5pdGlhdGluZ19wYXJ0eV9iaWMiOiJBQU5aQkhLM01YWCIsImluaXRpYXRpbmdfcGFydHlfaWRlbnRpZmljYXRpb24iOiJ4eHgiLCJwYXltZW50X2luZm9ybWF0aW9uIjpbeyJwYXltZW50X2luZm9ybWF0aW9uX2lkZW50aWZpY2F0aW9uIjoiSEstQ0JGVC1QTVRJTkZJRC0yMiIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMjAtMTItMTdUMDA6MDA6MDAiLCJjYXRlZ29yeV9wdXJwb3NlX3Byb3ByaWV0YXJ5IjoiQ1NUUkRSIiwiZGVidG9yX25hbWUiOiJISyBDQkZUIFBheWVyIiwiZGVidG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOiIxMjM0NTY3ODkwOTEyMzQiLCJjcmVkaXRfdHJhbnNmZXJfdHJhbnNhY3Rpb25faW5mb3JtYXRpb24iOlt7Imluc3RydWN0aW9uX2lkZW50aWZpY2F0aW9uIjoiSEstQ0JGVC1JTlNUUklELTExIiwiZW5kX3RvX2VuZF9pZGVudGlmaWNhdGlvbiI6IkhLLUNCRlQtRTJFSUQtMTEiLCJlcXVpdmFsZW50X2Ftb3VudCI6eyJhbW91bnQiOnsiYW1vdW50IjoiMjAwLjAwIiwiY3VycmVuY3kiOiJVU0QifSwiY3VycmVuY3lfb2ZfdHJhbnNmZXIiOiJIS0QifSwiY2hhcmdlX2JlYXJlciI6IkNSRUQiLCJjcmVkaXRvcl9vcmdhbmlzYXRpb25faWRlbnRpZmljYXRpb24iOnsiaWRlbnRpZmljYXRpb24iOiJCRU5FMTIzNDUiLCJzY2hlbWVfbmFtZSI6IkJFTkVGSUNBUlkgQ09ERSJ9LCJjcmVkaXRvcl9jb250YWN0X2RldGFpbHMiOnsiZW1haWxfYWRkcmVzcyI6ImhrLmNiZnRAZXhhbXBsZS5jb20ifSwiaW50ZXJtZWRpYXJ5X2FnZW50X2JpY2ZpIjoiUlJSUkJISzNNWFgiLCJleGNoYW5nZV9yYXRlX2luZm9ybWF0aW9uIjp7ImNvbnRyYWN0X2lkZW50aWZpY2F0aW9uIjoiQ29udHJhY3RJZGVuMDEiLCJleGNoYW5nZV9yYXRlIjoiMS4wMiJ9LCJjcmVkaXRvcl9hZ2VudF9iaWNmaSI6IlRET01DQVRUVE9SIiwiY3JlZGl0b3JfYWdlbnRfbmFtZSI6IkNFUkRJVE9SIEFHRU5UIFRTVCIsImNyZWRpdG9yX2FnZW50X3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiTTVLIDFBMiIsInRvd25fbmFtZSI6IlRvcm9udG8iLCJjb3VudHJ5X3N1YmRpdmlzaW9uIjoiT250YXJpbyIsImFkZHJlc3NfbGluZSI6IjIyMiBCYXkgU3QiLCJjb3VudHJ5IjoiQ0EifSwiY3JlZGl0b3JfYWdlbnRfY2xlYXJpbmdfc3lzdGVtX2NvZGUiOiJERUJMWiIsImNyZWRpdG9yX2FnZW50X2NsZWFyaW5nX3N5c3RlbV9wcm9wcmlldGFyeSI6IkNBQ1BBIiwiY3JlZGl0b3JfYWdlbnRfbWVtYmVyX2lkZW50aWZpY2F0aW9uIjoiQ0RUIE1FTUIgSURFTlQiLCJjcmVkaXRvcl9uYW1lIjoiSEsgQ0JGVCBQYXllZSIsImNyZWRpdG9yX3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiODk4OVoiLCJjb3VudHJ5X3N1YmRpdmlzb24iOiJYWFgiLCJjb3VudHJ5IjoiRlIiLCJhZGRyZXNzX2xpbmUiOiIzMzMgcml2ZXJpYSBzdCBQYXJpcyA5OTg3NDY3IiwidG93bl9uYW1lIjoieHl6In0sImNyZWRpdG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOjEyMzQ1Njc4OTAxLCJpbnN0cnVjdGlvbl9mb3JfY3JlZGl0b3JfYWdlbnRfaW5mbyI6eyJpbnN0cnVjdGlvbl9pbmZvIjoic2FtcGxlIn0sInJlbWl0dGFuY2VfaW5mb3JtYXRpb25fdW5zdHJ1Y3R1cmVkIjoiUkVNMSBSRU0yIn1dfV19LCJ4LXdpZGRlcnNoaW5zLW9sZFJlZiI6IiMvY29tcG9uZW50cy9leGFtcGxlcy9DdXN0b21lckNyZWRpdFRyYW5zZmVySW5pdGlhdGlvblYwOV9BU0lBX0NCRlRfRXgwMSJ9.C15jBqstxdKC7bglOsXBdSwx9KWTQlHx1At4R5ULjwY"
}
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Singapore ACH API using pain.001.001.09 derived json message format. Payment Initiation request using ACH from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_ACH for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Singapore FAST API using pain.001.001.09 derived json message format. Payment Initiation request using Singapore FAST (Fast And Secure Transfers) service from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_FAST for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Singapore RTGS API using pain.001.001.09 derived json message format. Payment Initiation request using Singapore RTGS (Real Time Gross Settlement) service from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_RTGS for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlRDMTIxLzE0NzE4NzM4MjMiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiTk9UUFJPVklERUQiLCJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDE4LTA5LTE3VDA5OjQ1OjQ3WiIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkN1c3RvbWVyQSIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMTgtMDktMTciLCJkZWJ0b3JfbmFtZSI6IkJJTEJPIEJBR0dJTlMiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMzQyMTIzNDU2NyIsImRlYnRvcl9hY2NvdW50X3R5cGUiOiJCQkFOIiwiaW5zdHJ1Y3RlZF9hbW91bnQiOnsiY3VycmVuY3kiOiJBVUQiLCJhbW91bnQiOiI1NjIuODkifSwiY3JlZGl0b3JfbmFtZSI6IlNBTVdJU0UgR0FNR0VFIiwiY3JlZGl0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjAxMDE2OTg3NjU0MzIxIiwiY3JlZGl0b3JfYWNjb3VudF90eXBlIjoiQkJBTiIsImNyZWRpdG9yX2FnZW50X2JpYyI6Ik5PVFBST1ZJREVEIiwicmVtaXR0YW5jZV9pbmZvcm1hdGlvbl91bnN0cnVjdHVyZWQiOlsiRklSU1QgTElORSIsIlNFQ09ORCBMSU5FIl19.aR2RMEVTuOOI1YuUCf2Ppo3Bwtf2_91WMvLd3IIA0ToHBDn0II36FumIz2RrwiUNHBMZo41Qmjv_zt9TQbq61csx2lRZcQNNsstAXKZWI4oZjlBaenj3HvY2_ztxS2IPNZNlVUQrw8A51-1dm-EeVTsqwhxs-Ir6d1FCee5SaNBrhtfaDBGAwjtXolPJuyYve0J3F8X-JwKPLBUaQH5LgGlTOSasC0vsKqhfpZOc-3rS39UA7q0jHQyqcJKrhinEyWlTFU9PcOh2W4-0hXiPaLJ_PA-_EkY5kYBnBvUWofVy35ZnB_u0wv0gxvVVDYKLGUpOGblaWRUY09SHx52Njw"
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Singapore CBFT API using pain.001.001.09 derived json message format. Payment Initiation request using Singapore CBFT (Cross Border Fund Transfer) service from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_CBFT for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": {
- "secured_payload": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW1tYXJ5IjoiU0cgQ0JGVCBwYXltZW50IGluaXRpYXRpb24gZXhhbXBsZSIsInZhbHVlIjp7ImNyZWF0aW9uX2RhdGVfdGltZSI6IjIwMjAtMTItMTdUMDA6MDA6MDAiLCJudW1iZXJfb2ZfdHJhbnNhY3Rpb25zIjoxLCJpbml0aWF0aW5nX3BhcnR5X25hbWUiOiJBTlogU2FtcGxlIiwiaW5pdGlhdGluZ19wYXJ0eV9iaWMiOiJBQU5aQkhLM01YWCIsImluaXRpYXRpbmdfcGFydHlfaWRlbnRpZmljYXRpb24iOiJ4eHgiLCJwYXltZW50X2luZm9ybWF0aW9uIjpbeyJwYXltZW50X2luZm9ybWF0aW9uX2lkZW50aWZpY2F0aW9uIjoiSEstQ0JGVC1QTVRJTkZJRC0yMiIsInJlcXVlc3RlZF9leGVjdXRpb25fZGF0ZSI6IjIwMjAtMTItMTdUMDA6MDA6MDAiLCJjYXRlZ29yeV9wdXJwb3NlX3Byb3ByaWV0YXJ5IjoiQ1NUUkRSIiwiZGVidG9yX25hbWUiOiJISyBDQkZUIFBheWVyIiwiZGVidG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOiIxMjM0NTY3ODkwOTEyMzQiLCJjcmVkaXRfdHJhbnNmZXJfdHJhbnNhY3Rpb25faW5mb3JtYXRpb24iOlt7Imluc3RydWN0aW9uX2lkZW50aWZpY2F0aW9uIjoiSEstQ0JGVC1JTlNUUklELTExIiwiZW5kX3RvX2VuZF9pZGVudGlmaWNhdGlvbiI6IkhLLUNCRlQtRTJFSUQtMTEiLCJlcXVpdmFsZW50X2Ftb3VudCI6eyJhbW91bnQiOnsiYW1vdW50IjoiMjAwLjAwIiwiY3VycmVuY3kiOiJVU0QifSwiY3VycmVuY3lfb2ZfdHJhbnNmZXIiOiJIS0QifSwiY2hhcmdlX2JlYXJlciI6IkNSRUQiLCJjcmVkaXRvcl9vcmdhbmlzYXRpb25faWRlbnRpZmljYXRpb24iOnsiaWRlbnRpZmljYXRpb24iOiJCRU5FMTIzNDUiLCJzY2hlbWVfbmFtZSI6IkJFTkVGSUNBUlkgQ09ERSJ9LCJjcmVkaXRvcl9jb250YWN0X2RldGFpbHMiOnsiZW1haWxfYWRkcmVzcyI6ImhrLmNiZnRAZXhhbXBsZS5jb20ifSwiaW50ZXJtZWRpYXJ5X2FnZW50X2JpY2ZpIjoiUlJSUkJISzNNWFgiLCJleGNoYW5nZV9yYXRlX2luZm9ybWF0aW9uIjp7ImNvbnRyYWN0X2lkZW50aWZpY2F0aW9uIjoiQ29udHJhY3RJZGVuMDEiLCJleGNoYW5nZV9yYXRlIjoiMS4wMiJ9LCJjcmVkaXRvcl9hZ2VudF9iaWNmaSI6IlRET01DQVRUVE9SIiwiY3JlZGl0b3JfYWdlbnRfbmFtZSI6IkNFUkRJVE9SIEFHRU5UIFRTVCIsImNyZWRpdG9yX2FnZW50X3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiTTVLIDFBMiIsInRvd25fbmFtZSI6IlRvcm9udG8iLCJjb3VudHJ5X3N1YmRpdmlzaW9uIjoiT250YXJpbyIsImFkZHJlc3NfbGluZSI6IjIyMiBCYXkgU3QiLCJjb3VudHJ5IjoiQ0EifSwiY3JlZGl0b3JfYWdlbnRfY2xlYXJpbmdfc3lzdGVtX2NvZGUiOiJERUJMWiIsImNyZWRpdG9yX2FnZW50X2NsZWFyaW5nX3N5c3RlbV9wcm9wcmlldGFyeSI6IkNBQ1BBIiwiY3JlZGl0b3JfYWdlbnRfbWVtYmVyX2lkZW50aWZpY2F0aW9uIjoiQ0RUIE1FTUIgSURFTlQiLCJjcmVkaXRvcl9uYW1lIjoiSEsgQ0JGVCBQYXllZSIsImNyZWRpdG9yX3Bvc3RhbF9hZGRyZXNzIjp7InBvc3Rjb2RlIjoiODk4OVoiLCJjb3VudHJ5X3N1YmRpdmlzb24iOiJYWFgiLCJjb3VudHJ5IjoiRlIiLCJhZGRyZXNzX2xpbmUiOiIzMzMgcml2ZXJpYSBzdCBQYXJpcyA5OTg3NDY3IiwidG93bl9uYW1lIjoieHl6In0sImNyZWRpdG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOjEyMzQ1Njc4OTAxLCJpbnN0cnVjdGlvbl9mb3JfY3JlZGl0b3JfYWdlbnRfaW5mbyI6eyJpbnN0cnVjdGlvbl9pbmZvIjoic2FtcGxlIn0sInJlbWl0dGFuY2VfaW5mb3JtYXRpb25fdW5zdHJ1Y3R1cmVkIjoiUkVNMSBSRU0yIn1dfV19LCJ4LXdpZGRlcnNoaW5zLW9sZFJlZiI6IiMvY29tcG9uZW50cy9leGFtcGxlcy9DdXN0b21lckNyZWRpdFRyYW5zZmVySW5pdGlhdGlvblYwOV9BU0lBX0NCRlRfRXgwMSJ9.C15jBqstxdKC7bglOsXBdSwx9KWTQlHx1At4R5ULjwY"
}
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
Vietnam ACH API using pain.001.001.09 derived json message format. Payment Initiation request using ACH from single debtor to single or multiple creditors.
Refer to CustomerCreditTransferInitiationV09_ASIA_ACH for unencrypted payload object.
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Duplicate check using point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message |
Secured resource to instruct movement of funds from the debtor account to creditor.
secured_payload required | string Encrypted and secured payment payload |
{- "secured_payload": {
- "secured_payload": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJjcmVhdGlvbl9kYXRlX3RpbWUiOiIyMDIzLTEyLTE5VDAwOjAwOjAwLjAwIiwibnVtYmVyX29mX3RyYW5zYWN0aW9ucyI6IjEiLCJjb250cm9sX3N1bSI6IjUwMC4wMSIsImluaXRpYXRpbmdfcGFydHlfbmFtZSI6IkFOWiBQYXJ0eU5hbWUiLCJpbml0aWF0aW5nX3BhcnR5X2JpYyI6IkFOWkJBVTNNWFhYIiwiaW5pdGlhdGluZ19wYXJ0eV9pZGVudGlmaWNhdGlvbiI6IkFOWiBQYXJ0eUlkZW50aWZpY2F0aW9uIiwicGF5bWVudF9pbmZvcm1hdGlvbiI6W3sicGF5bWVudF9pbmZvcm1hdGlvbl9pZGVudGlmaWNhdGlvbiI6IlZOLUFDSC1QTVRJTkZJRC0xIiwiY2F0ZWdvcnlfcHVycG9zZSI6IlNBTEEiLCJyZXF1ZXN0ZWRfZXhlY3V0aW9uX2RhdGUiOiIyMDIzLTEyLTE5IiwiZGVidG9yX25hbWUiOiJWTiBBQ0ggUGF5ZXIiLCJkZWJ0b3JfYWNjb3VudF9pZGVudGlmaWNhdGlvbiI6IjEyMzQ1Njc4OTAxIiwiY3JlZGl0X3RyYW5zZmVyX3RyYW5zYWN0aW9uX2luZm9ybWF0aW9uIjpbeyJpbnN0cnVjdGlvbl9pZGVudGlmaWNhdGlvbiI6IlZOLUFDSC1JTlNUUklELTEiLCJlbmRfdG9fZW5kX2lkZW50aWZpY2F0aW9uIjoiVk4tQUNILUUyRUlELTEiLCJpbnN0cnVjdGVkX2Ftb3VudCI6eyJhbW91bnQiOiI1MDAuMDEiLCJjdXJyZW5jeSI6IlZORCJ9LCJjcmVkaXRvcl9hZ2VudF9uYW1lIjoiVU9CIiwiY3JlZGl0b3JfYWdlbnRfYmljZmkiOiJVT1ZCVk5WTlhYWCIsImNyZWRpdG9yX2FnZW50X21lbWJlcl9pZGVudGlmaWNhdGlvbiI6IklERU4wMjIxIiwiY3JlZGl0b3JfbmFtZSI6IlZOIEFDSCBQYXllZSIsImNyZWRpdG9yX2FjY291bnRfaWRlbnRpZmljYXRpb24iOiJJREVOQUNDVDAwMSIsImNyZWRpdG9yX2FnZW50X3Bvc3RhbF9hZGRyZXNzIjp7ImNvdW50cnkiOiJWTiJ9LCJyZW1pdHRhbmNlX2luZm9ybWF0aW9uX3Vuc3RydWN0dXJlZCI6WyJSRU0iXX1dfV19.w9vcn0n9Cmv1aLKPy0P7McQgY32F4uxG10JLChu2UBhVwvHoTfSL_K4iLBLQ01H8SON937XPgTRw8B6-Ay-hag"
}
}
{- "transaction_status": "RCVD"
}
Retrieve and return the status of a submited message.
x-Message-Id required | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Message Identifier as provided in x-Message-Id header of message submission |
x-Correlation-Id | string (UUID) [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{... Example: 71d6fb19-7515-40dc-b045-e17550b67600 Optional correlation ID provided by the data consumer that should be reflected back in the response headers. Can be used for reporting and logging. |
{- "group_status": "ACSC",
- "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "BATCH REF",
- "payment_information_status": "ACSC",
- "transaction_information_and_status": [
- {
- "original_instruction_identification": "SENDER REF",
- "original_end_to_end_identification": "TRANSACTION REF",
- "transaction_status": "ACSC",
- "acceptance_date_time": "2021-01-01T12:00:00"
}
]
}
]
}
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects (PaymentInformation) non-empty Information related to the individual payments with a single API submission. |
{- "creation_date_time": "string",
- "number_of_transactions": "string",
- "control_sum": "string",
- "initiating_party_name": "string",
- "initiating_party_bic": "string",
- "initiating_party_identification": "string",
- "payment_information": [
- {
- "payment_information_identification": "string",
- "batch_booking": true,
- "category_purpose": "OTHR",
- "requested_execution_date": "string",
- "debtor_name": "string",
- "debtor_organisation_identification": "string",
- "debtor_account_identification": "string",
- "debtor_agent_member_identification": "string",
- "debtor_agent_postal_address": {
- "country": "AU",
- "PostCode": "string",
- "TownName": "string",
- "CountrySubDivision": "string",
- "AddressLine": "string",
- "department": "string",
- "sub_department": "string",
- "street_name": "string",
- "building_number": "string"
}, - "credit_transfer_transaction_information": [
- {
- "instruction_identification": "string",
- "end_to_end_identification": "string",
- "instructed_amount": {
- "currency": "AUD",
- "amount": "562.89"
}, - "exchange_rate_information": {
- "contract_identification": "string",
- "exchange_rate": 0
}, - "creditor_agent_name": "string",
- "creditor_agent_bicfi": "ANZBAU3MXXX",
- "creditor_agent_member_identification": "string",
- "creditor_agent_postal_address": {
- "country": "AU",
- "PostCode": "string",
- "TownName": "string",
- "CountrySubDivision": "string",
- "AddressLine": "string",
- "department": "string",
- "sub_department": "string",
- "street_name": "string",
- "building_number": "string"
}, - "creditor_name": "string",
- "creditor_organisation_identification": {
- "identification": "string",
- "scheme_name": "string"
}, - "creditor_contact_details": {
- "email_address": "string"
}, - "creditor_account_identification": "string",
- "creditor_account_proxy": {
- "type": "TELI",
- "identification": "string"
}, - "instruction_for_creditor_agent": "string",
- "purpose": {
- "code": "stri",
- "proprietary": "string"
}, - "remittance_information_unstructured": [
- "string"
]
}
]
}
]
}
group_status required | string (ExternalPaymentGroupStatus1Code) [ 1 .. 4 ] characters Enum: "RCVD" "ACTC" "RJCT" "PART" "PDNG" "ACSC" Specifies the status of a group of payment instructions, as published in an external payment group status code set. |
group_status_reason_code | string (ExternalStatusReason1Code) [ 1 .. 4 ] characters Specifies the status reason, as published in an external status reason code list. |
group_status_additional_information | Array of strings (Max105Text) [ items [ 1 .. 105 ] characters ] Additional information relating to the status code and reason. |
Array of objects (OriginalPaymentInformationAndStatus) Details concerning the status of the individual transactions. |
{- "group_status": "RCVD",
- "group_status_reason_code": "NARR",
- "group_status_additional_information": [
- "string"
], - "original_payment_information_and_status_details": [
- {
- "original_payment_information_identification": "string",
- "payment_information_status": "RCVD",
- "payment_information_status_reason_code": "NARR",
- "payment_information_status_additional_information": [
- "string"
], - "transaction_information_and_status": [
- {
- "original_instruction_identification": "string",
- "original_end_to_end_identification": "string",
- "transaction_status": "RCVD",
- "transaction_status_reason_code": "NARR",
- "transaction_status_additional_information": [
- "string"
], - "acceptance_date_time": "string"
}
]
}
]
}
instruction_identification required | string [ 1 .. 35 ] characters Unique identification as assigned by an instructing party for an instructed party to unambiguously identify the instruction. |
end_to_end_identification required | string [ 1 .. 35 ] characters Unique identification assigned by the initiating party to unambiguously identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain. |
creation_date_time required | string^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... Date and time at which the request was created. |
initiating_party_name required | string [ 1 .. 140 ] characters Name by which the Initiating Party is known and which is usually used to identify that party. |
initiating_party_bic | string^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)". |
instruction_priority | string Enum: "HIGH" "NORM" Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the instruction. |
service_level | string [ 1 .. 35 ] characters Specifies a pre-agreed service or level of service between the parties, as a proprietary code. |
local_instrument | string Specifies the local instrument, as published in an external local instrument code list. |
category_purpose | string Category purpose, as published in an external category purpose code list. |
requested_execution_date required | string^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... Specified date. |
debtor_name required | string [ 1 .. 140 ] characters Name by which a party is known and which is usually used to identify that party. |
debtor_alias_type | string Enum: "TELI" "EMAL" "AUBN" "ORGN" Contains the type of Alias Identifier. TELI - TELEPHONE NUMBER EMAL - EMAIL ADDRESS AUBN - AUSTRALIAN BUSINESS NUMBER ORGN - ORGANISATION ID |
debtor_alias_value | string [ 1 .. 2048 ] characters Contains the actual value for the supplied type, so an email address, a phone number etc. Refer to Alias Processing section for more detail |
debtor_account_identification | string [ 1 .. 34 ] characters Unique and unambiguous identification for the account between the account owner and the account servicer. |
debtor_account_type | string Enum: "BBAN" "AIIN" Name of the account identification identification scheme. BBAN - BSB and ACCOUNT NUMBER AIIN - CREDIT CARD |
debtor_agent_bic | string^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)". |
required | object (ActiveOrHistoricCurrencyAndAmount) |
creditor_name required | string [ 1 .. 140 ] characters Name by which a party is known and which is usually used to identify that party. |
creditor_alias_type | string Enum: "TELI" "EMAL" "AUBN" "ORGN" Contains the type of Alias Identifier. TELI - TELEPHONE NUMBER EMAL - EMAIL ADDRESS AUBN - AUSTRALIAN BUSINESS NUMBER ORGN - ORGANISATION ID |
creditor_alias_value | string [ 1 .. 2048 ] characters Contains the actual value for the supplied type, so an email address, a phone number etc. Refer to Alias Processing section for more detail./ |
creditor_account_identification | string [ 1 .. 34 ] characters Unique and unambiguous identification for the account between the account owner and the account servicer. |
creditor_account_type | string Enum: "BBAN" "AIIN" Name of the account identification identification scheme BBAN - BSB and ACCOUNT NUMBER AIIN - CREDIT CARD |
creditor_agent_bic required | string^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)". |
remittance_referred_document_type | string [ 1 .. 35 ] characters Specifies the type of referred document. |
remittance_referred_document_number | string [ 1 .. 35 ] characters Unique and unambiguous identification of the referred document. |
remittance_referred_related_date | string^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... Date associated with the referred document. |
remittance_information_unstructured | Array of strings <= 2 items [ items [ 1 .. 140 ] characters ] Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form. |
{- "service_level": "npp.clear.01-x2p1",
- "instruction_identification": "TC121/1471873823",
- "end_to_end_identification": "NOTPROVIDED",
- "creation_date_time": "2018-09-17T09:45:47Z",
- "initiating_party_name": "HITACHI INTERNATIONAL",
- "initiating_party_bic": "HITLSGSG",
- "instruction_priority": "HIGH",
- "local_instrument": "TRF",
- "category_purpose": "SSBE",
- "requested_execution_date": "2018-09-17",
- "debtor_name": "BILBO BAGGINS",
- "debtor_account_identification": "013434992345677",
- "debtor_account_type": "BBAN",
- "debtor_agent_bic": "ANZBAU3MXXX",
- "instructed_amount": {
- "currency": "AUD",
- "amount": "562.89"
}, - "creditor_name": "SAMWISE GAMGEE",
- "creditor_alias_type": "TELI",
- "creditor_alias_value": "+61-4123456789",
- "creditor_account_identification": "62016987654321",
- "creditor_account_type": "BBAN",
- "creditor_agent_bic": "NOTPROVIDED",
- "remiitance_referred_document_type": "CINV",
- "remittance_referred_document_number": "INV-12345678",
- "remittance_referred_related_date": "2018-08-23",
- "remittance_information_unstructured": [
- "FIRST LINE",
- "SECOND LINE"
]
}
transaction_status required | string Enum: "RCVD" "ACTC" "ACSC" "RJCT" Specifies the status of a transaction, in a coded form. RCVD - RECEIVED ACTC - ACCEPTED ACSC - SETTLED RJCT - REJECTED |
transaction_status_reason_code | string Reason for the status, as published in an external reason code list. |
transaction_status_description | string [ 1 .. 105 ] characters Further details on the status reason. |
transaction_identification | string [ 1 .. 36 ] characters Unique identification, as assigned by the first instructing agent, to unambiguously identify the transaction that is passed on, unchanged, throughout the entire interbank chain. |
acceptance_datetime | string^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... Point in time when the payment order from the initiating party meets the processing conditions of the account servicing agent. This means that the account servicing agent has received the payment order and has applied checks such as authorisation, availability of funds. |
{- "transaction_identification": "32d292f1-ee65-11ea-84ce-3d837763b9eb",
- "transaction_status": "ACTC",
- "transaction_status_description": "Processing",
- "acceptance_date_time": "2020-09-04T04:15:04.631Z"
}
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects non-empty Information related to the individual payments with a single API submission. |
[- {
- "creation_date_time": "2020-12-17T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "Batch Name",
- "batch_booking": false,
- "requested_execution_date": "2020-12-17",
- "debtor_name": "IN ACH Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "end_to_end_identification": "20000183542021",
- "instructed_amount": {
- "amount": "1.23"
}, - "creditor_agent_name": "IBKL0000038",
- "creditor_agent_member_identification": "IBKL0000038",
- "creditor_name": "IN ACH Payee",
- "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-10-27T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "300",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "HK-ACH-PMTINFID-3",
- "category_purpose": "SALA",
- "requested_execution_date": "2021-10-27",
- "debtor_name": "HK ACH Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "HK-ACH-INSTRID-3",
- "end_to_end_identification": "HK-ACH-E2EID-3",
- "instructed_amount": {
- "amount": "300",
- "currency": "HKD"
}, - "creditor_agent_name": "The Hongkong and Shanghai Banking Corp L",
- "creditor_agent_bicfi": "HSBCHKHHHKH",
- "creditor_agent_member_identification": "004002",
- "creditor_name": "HK ACH Payee",
- "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-11-08T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-ACH-PMTINFID-1",
- "batch_booking": false,
- "requested_execution_date": "2021-11-08",
- "debtor_name": "SG ACH Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-ACH-INSTRID-1",
- "end_to_end_identification": "SG-ACH-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "creditor_agent_name": "DBS",
- "creditor_agent_bicfi": "DBSSSGSGXXX",
- "creditor_agent_postal_address": {
- "country": "SG"
}, - "creditor_name": "SG ACH Payee",
- "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2023-12-19T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "500.01",
- "initiating_party_name": "ANZ Sample",
- "initiating_party_bic": "ANZBAU3MXXX",
- "initiating_party_identification": "ANZ",
- "payment_information": [
- {
- "payment_information_identification": "VN-ACH-PMTINFID-1",
- "batch_booking": false,
- "requested_execution_date": "2023-12-19",
- "debtor_name": "VN ACH Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "VN-ACH-INSTRID-1",
- "end_to_end_identification": "VN-ACH-E2EID-1",
- "instructed_amount": {
- "amount": "500.01",
- "currency": "VND"
}, - "creditor_agent_name": "UOB",
- "creditor_agent_bicfi": "UOVBVNVNXXX",
- "creditor_agent_postal_address": {
- "country": "VN"
}, - "creditor_name": "VN ACH Payee",
- "creditor_account_identification": "IDEN0221",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}
]
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects non-empty Information related to the individual payments with a single API submission. |
[- {
- "creation_date_time": "2021-12-16T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-FAST-PMTINFID-1",
- "batch_booking": true,
- "category_purpose": "SALA",
- "requested_execution_date": "2021-12-16",
- "debtor_name": "SG FAST Payer",
- "debtor_account_identification": "999999999",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-FAST-INSTRID-1",
- "end_to_end_identification": "SG-FAST-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "creditor_agent_name": "ABC Bank",
- "creditor_agent_bicfi": "ABCDSG22XXX",
- "creditor_name": "SG FAST Payee",
- "creditor_organisation_identification": {
- "identification": "BENE12345",
- "scheme_name": "BENEFICARY CODE"
}, - "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-12-16T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-FAST-PMTINFID-1",
- "batch_booking": false,
- "requested_execution_date": "2021-12-16",
- "debtor_name": "SG FAST Payer",
- "debtor_account_identification": "999999999",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-FAST-INSTRID-1",
- "end_to_end_identification": "SG-FAST-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "creditor_agent_name": "ABC Bank",
- "creditor_agent_bicfi": "ABCDSG22XXX",
- "creditor_name": "SG FAST Payee",
- "creditor_contact_details": {
- "email_address": "sg.fast@example.com"
}, - "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-12-16T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-FAST-PMTINFID-1",
- "batch_booking": true,
- "category_purpose": "SALA",
- "requested_execution_date": "2021-12-16",
- "debtor_name": "SG FAST Payer",
- "debtor_account_identification": "999999999",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-FAST-INSTRID-1",
- "end_to_end_identification": "SG-FAST-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "creditor_agent_name": "ABC Bank",
- "creditor_agent_bicfi": "ABCDSG22XXX",
- "creditor_name": "SG FAST Payee",
- "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-12-07T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "HK-FPS-PMTINFID-1",
- "batch_booking": false,
- "requested_execution_date": "2021-12-07",
- "debtor_name": "HK FPS Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "HK-FPS-INSTRID-1",
- "end_to_end_identification": "HK-FPS-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "HKD"
}, - "creditor_agent_name": "The Hongkong and Shanghai Banking Corp L",
- "creditor_agent_bicfi": "HSBCHKHHHKH",
- "creditor_name": "HK FPS Payee",
- "creditor_account_identification": "111222333",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2021-12-07T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "200",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "HK-FPS-PMTINFID-2",
- "requested_execution_date": "2021-12-07",
- "debtor_name": "HK FPS Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "HK-FPS-INSTRID-2",
- "end_to_end_identification": "HK-FPS-E2EID-2",
- "instructed_amount": {
- "amount": "200",
- "currency": "CNY"
}, - "creditor_agent_name": "The Hongkong and Shanghai Banking Corp L",
- "creditor_agent_bicfi": "HSBCHKHHHKH",
- "creditor_agent_member_identification": "004002",
- "creditor_name": "HK FPS Payee",
- "creditor_account_identification": "111222333",
- "purpose": {
- "proprietary": "CXBSNS"
}, - "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}
]
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects non-empty Information related to the individual payments with a single API submission. |
[- {
- "creation_date_time": "2022-10-04T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-RTGS-PMTINFID-1",
- "batch_booking": false,
- "requested_execution_date": "2022-10-04",
- "debtor_name": "SG RTGS Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-RTGS-INSTRID-1",
- "end_to_end_identification": "SG-RTGS-E2EID-1",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "exchange_rate_information": {
- "contract_identification": "ABCD12345"
}, - "creditor_agent_name": "ABC",
- "creditor_agent_bicfi": "ABCDAB99XXX",
- "creditor_agent_postal_address": {
- "country": "SG"
}, - "creditor_name": "SG RTGS Payee",
- "creditor_account_identification": "111222333",
- "instruction_for_creditor_agent": "Sample Text",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2022-10-04T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-RTGS-PMTINFID-2",
- "batch_booking": false,
- "requested_execution_date": "2022-10-04",
- "debtor_name": "SG RTGS Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-RTGS-INSTRID-2",
- "end_to_end_identification": "SG-RTGS-E2EID-2",
- "instructed_amount": {
- "amount": "200000.00",
- "currency": "USD"
}, - "exchange_rate_information": {
- "contract_identification": "ABCD12345"
}, - "creditor_agent_name": "ABC",
- "creditor_agent_bicfi": "ABCDAB99XXX",
- "creditor_agent_postal_address": {
- "country": "SG"
}, - "creditor_name": "SG RTGS Payee",
- "creditor_account_identification": "111222333",
- "instruction_for_creditor_agent": "Sample Text",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}, - {
- "creation_date_time": "2022-10-04T00:00:00.00",
- "number_of_transactions": "1",
- "control_sum": "1.23",
- "initiating_party_name": "ANZ Sample",
- "payment_information": [
- {
- "payment_information_identification": "SG-RTGS-PMTINFID-3",
- "batch_booking": false,
- "requested_execution_date": "2022-10-04",
- "debtor_name": "SG RTGS Payer",
- "debtor_account_identification": "12345678901",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-RTGS-INSTRID-3",
- "end_to_end_identification": "SG-RTGS-E2EID-3",
- "instructed_amount": {
- "amount": "1.23",
- "currency": "SGD"
}, - "creditor_agent_name": "ABC",
- "creditor_agent_bicfi": "ABCDAB99XXX",
- "creditor_agent_postal_address": {
- "country": "SG"
}, - "creditor_name": "SG RTGS Payee",
- "creditor_organisation_identification": {
- "identification": "BENE12345",
- "scheme_name": "BENEFICARY CODE"
}, - "instruction_for_creditor_agent": "Sample Text",
- "remittance_information_unstructured": [
- "REM"
]
}
]
}
]
}
]
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects non-empty Information related to the individual payments with a single API submission. |
[- {
- "creation_date_time": "2020-12-17T00:00:00",
- "number_of_transactions": 1,
- "initiating_party_name": "ANZ Sample",
- "initiating_party_bic": "AANZBHK3MXX",
- "initiating_party_identification": "xxx",
- "payment_information": [
- {
- "payment_information_identification": "HK-CBFT-PMTINFID-22",
- "requested_execution_date": "2020-12-17T00:00:00",
- "category_purpose_proprietary": "CSTRDR",
- "debtor_name": "HK CBFT Payer",
- "debtor_account_identification": "123456789091234",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "HK-CBFT-INSTRID-11",
- "end_to_end_identification": "HK-CBFT-E2EID-11",
- "equivalent_amount": {
- "amount": {
- "amount": "200.00",
- "currency": "USD"
}, - "currency_of_transfer": "HKD"
}, - "charge_bearer": "CRED",
- "creditor_organisation_identification": {
- "identification": "BENE12345",
- "scheme_name": "BENEFICARY CODE"
}, - "creditor_contact_details": {
- "email_address": "hk.cbft@example.com"
}, - "intermediary_agent_bicfi": "RRRRBHK3MXX",
- "exchange_rate_information": {
- "contract_identification": "ContractIden01",
- "exchange_rate": "1.02"
}, - "creditor_agent_bicfi": "TDOMCATTTOR",
- "creditor_agent_name": "CERDITOR AGENT TST",
- "creditor_agent_postal_address": {
- "postcode": "M5K 1A2",
- "town_name": "Toronto",
- "country_subdivision": "Ontario",
- "address_line": "222 Bay St",
- "country": "CA"
}, - "creditor_agent_clearing_system_code": "DEBLZ",
- "creditor_agent_clearing_system_proprietary": "CACPA",
- "creditor_agent_member_identification": "CDT MEMB IDENT",
- "creditor_name": "HK CBFT Payee",
- "creditor_postal_address": {
- "postcode": "8989Z",
- "country_subdivison": "XXX",
- "country": "FR",
- "address_line": "333 riveria st Paris 9987467",
- "town_name": "xyz"
}, - "creditor_account_identification": 12345678901,
- "instruction_for_creditor_agent_info": {
- "instruction_info": "sample"
}, - "remittance_information_unstructured": "REM1 REM2"
}
]
}
]
}, - {
- "creation_date_time": "2020-12-17T00:00:00",
- "number_of_transactions": 1,
- "initiating_party_name": "ANZ Sample",
- "initiating_party_bic": "AANZBSG3MXX",
- "initiating_party_identification": "xxx",
- "payment_information": [
- {
- "payment_information_identification": "SG-CBFT-PMTINFID-22",
- "requested_execution_date": "2020-12-17T00:00:00",
- "category_purpose_proprietary": "CSTRDR",
- "debtor_name": "SG CBFT Payer",
- "debtor_account_identification": "123456789091234",
- "credit_transfer_transaction_information": [
- {
- "instruction_identification": "SG-CBFT-INSTRID-11",
- "end_to_end_identification": "SG-CBFT-E2EID-11",
- "equivalent_amount": {
- "amount": {
- "amount": "200.00",
- "currency": "USD"
}, - "currency_of_transfer": "HKD"
}, - "charge_bearer": "CRED",
- "creditor_organisation_identification": {
- "identification": "BENE12345",
- "scheme_name": "BENEFICARY CODE"
}, - "creditor_contact_details": {
- "email_address": "sg.cbft@example.com"
}, - "intermediary_agent_bicfi": "RRRRBSG3MXX",
- "exchange_rate_information": {
- "contract_identification": "ContractIden01",
- "exchange_rate": "1.02"
}, - "creditor_agent_bicfi": "TDOMCATTTOR",
- "creditor_agent_name": "CERDITOR AGENT TST",
- "creditor_agent_postal_address": {
- "postcode": "M5K 1A2",
- "town_name": "Toronto",
- "country_subdivision": "Ontario",
- "address_line": "222 Bay St",
- "country": "CA"
}, - "creditor_agent_clearing_system_code": "DEBLZ",
- "creditor_agent_clearing_system_proprietary": "CACPA",
- "creditor_agent_member_identification": "CDT MEMB IDENT",
- "creditor_name": "SG CBFT Payee",
- "creditor_postal_address": {
- "postcode": "8989Z",
- "country_subdivison": "XXX",
- "country": "FR",
- "address_line": "333 riveria st Paris 9987467",
- "town_name": "xyz"
}, - "creditor_account_identification": 12345678901,
- "instruction_for_creditor_agent_info": {
- "instruction_info": "sample"
}, - "remittance_information_unstructured": "REM1 REM2"
}
]
}
]
}
]
creation_date_time required | string (ISODateTime) ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]... A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in 'XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004' which is aligned with ISO 8601. Note on the time format:
|
number_of_transactions required | string (Max15NumericText) [ 1 .. 15 ] characters ^[0-9]{1,15}$ |
control_sum | string (DecimalNumber) [ 1 .. 19 ] characters |
initiating_party_name required | string (Max140Text) [ 1 .. 140 ] characters Specifies a character string with a maximum length of 140 characters. |
initiating_party_bic | string (AnyBICIdentifier) ^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3})... Code allocated to organisations by the ISO 9362 Registration Authority, under an international identification scheme, as described in the latest version of the standard ISO 9362 Banking (Banking telecommunication messages, Bank Identifier Codes). |
initiating_party_identification | string (Max35Text) [ 1 .. 35 ] characters |
required | Array of objects non-empty Information related to the individual payments with a single API submission. |
{- "summary": "AU CBFT payment initiation example",
- "value": {
- "creation_date_time": "2020-12-17T00:00:00",
- "number_of_transactions": 1,
- "control_sum": "200.00",
- "initiating_party_name": "ANZ Sample",
- "initiating_party_bic": "AANZBAU3MXX",
- "initiating_party_identification": "xxx",
- "payment_information": [
- {
- "payment_information_identification": "AU-CBFT-PMTINFID-22",
- "requested_execution_date": "2020-12-17T00:00:00",
- "batch_booking": true,
- "category_purpose": "OTHR",
- "debtor_name": "AU CBFT Payer",
- "debtor_account_identification": "123456789091234",
- "debtor_postal_address": {
- "postcode": "3000",
- "town_name": "Melbourne",
- "country_subdivision": "Victoria",
- "country": "AU",
- "address_line": "100 Melbourne st"
}, - "debtor_agent_bicfi": "USBKUS44IMT",
- "debtor_agent_postal_address": {
- "postcode": "3000",
- "town_name": "Melbourne",
- "country_subdivision": "Victoria",
- "country": "AU",
- "address_line": "333 Melbourne st"
}, - "credit_transfer_transaction_information": [
- {
- "instruction_identification": "AU-CBFT-INSTRID-11",
- "end_to_end_identification": "AU-CBFT-E2EID-11",
- "equivalent_amount": {
- "amount": {
- "amount": "200.00",
- "currency": "USD"
}, - "currency_of_transfer": "AUD"
}, - "charge_bearer": "CRED",
- "intermediary_agent_bicfi": "RRRRBAU3MXX",
- "intermediary_agent_name": "AU CBFT Agent",
- "intermediary_agent_clearing_system": {
- "id": {
- "proprietary": "SSSTTTRR"
}
}, - "intermediary_agent_postal_address": {
- "postcode": "3000",
- "town_name": "Melbourne",
- "country_subdivision": "Victoria",
- "country": "AU",
- "address_line": "555 Melbourne st"
}, - "exchange_rate_information": {
- "contract_identification": "ContractIden01",
- "exchange_rate": "1.02"
}, - "creditor_agent_bicfi": "TDOMCATTTOR",
- "creditor_agent_name": "CERDITOR AGENT TST",
- "creditor_agent_postal_address": {
- "postcode": "M5K 1A2",
- "town_name": "Toronto",
- "country_subdivision": "Ontario country: ON",
- "address_line": "222 Bay St"
}, - "creditor_agent_clearing_system_code": "DEBLZ",
- "creditor_agent_member_identification": "CDT MEMB IDENT",
- "creditor_name": "AU CBFT Payee",
- "creditor_postal_address": {
- "postcode": "8989Z",
- "country_subdivison": "XXX",
- "country": "FR",
- "address_line": "333 riveria st Paris 9987467",
- "town_name": "xyz",
- "department": "HR",
- "sub_department": "SUB",
- "street_name": "riveria st",
- "building_number": 2
}, - "creditor_account_identification": 12345678901,
- "purpose": {
- "proprietary": "PROP"
}, - "remittance_information_unstructured": "REM1 REM2"
}
]
}
]
}
}