Abstract
Each Request has a Request Body with key elements:
- customId – Internal identifier from your system to track the request.
- process – Defines which set of rules Pingwire applies during processing.
- requestType – Indicates the purpose, e.g.:
- transaction
- individualKyc
- businessKyc
- extraInformation – Holds the core details. Its structure depends on the type of request.
Examples:
Transaction Request:
- amount, currency, transactionTypes, transactionChannel
- initiator and recipient details (account IDs, IBANs, account status)
KYC Request (Individual or Business):
- entity details (SSN or Org. number)
- ownedAccounts with account info
- email and phoneNumber
- groups for organizing the request (replaces deprecated segment)