| Field | Type | Required | Description | Example |
|---|---|---|---|---|
resource |
String | ✔️ | Indicates the response contains an unmatched credit transfer object. Will always contain the stringunmatched-credit-transfer for this endpoint. |
unmatched-credit-transfer |
id |
String | ✔️ | The identifier uniquely referring to this unmatched credit transfer. | uct_abcDEFghij123456789 |
profileId |
String | ✔️ | N/A | pfl_5B8cwPMGnU |
amount |
Amount | ✔️ | In v2 endpoints, monetary amounts are represented as objects with a currency and value field. |
|
source |
EntityUnmatchedCreditTransferSource | ✔️ | Details about the sender of the credit transfer. | |
remittanceInformation |
EntityUnmatchedCreditTransferRemittanceInformation | ✔️ | Remittance information provided with the unmatched credit transfer. | |
status |
UnmatchedCreditTransferStatus | ✔️ | N/A | received |
createdAt |
String | ✔️ | The entity's date and time of creation, in ISO 8601 format. | 2024-03-20T09:13:37+00:00 |
expiresAt |
String | ✔️ | The date and time at which the unmatched credit transfer expires, in ISO 8601 format. |
2024-03-22T09:13:37+00:00 |
paymentIds |
List<String> | ➖ | The IDs of the payments this credit transfer was matched to. Only present when the status is matched. |
|
links |
EntityUnmatchedCreditTransferLinks | ✔️ | Links to related resources. |