Payment Audit Service (Deprecated)
V3 Get Payment
Deprecated (use /v4/paymentaudit/payments/<paymentId> instead)
get/v3/paymentaudit/payments/{paymentId}
Path parameters
paymentIdstring uuid required
Payment Id
Query parameters
sensitiveboolean
Optional. If omitted or set to false, any Personal Identifiable Information (PII) values are returned masked. If set to true, and you have permission, the PII values will be returned as their original unmasked values.
Response
200 response, request completed okay
Example response
{
"traceNumber": "abodu123",
"accountName": "My Account Name",
"sourceCurrency": "sourceCurrency",
"paymentMemo": "Payment memo",
"paymentAmount": 0,
"fundingStatus": "fundingStatus",
"railsBatchId": "railsBatchId",
"paymentChannelName": "My Payment Channel",
"paymentScheme": "paymentScheme",
"filenameReference": "file ref",
"rate": 6.0274563,
"paymentId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"countryCode": "US",
"returnReason": "Some Reason Value",
"submittedDateTime": "2000-01-23T04:56:07.000+00:00",
"sourceAmount": 12345,
"railsId": "asdf123",
"payeeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"events": [
{
"principal": "Prinicple example",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"routingNumber": "123123123",
"accountName": "My account",
"iban": "DE89 3704 0044 0532 0130 00",
"sourceCurrency": "sourceCurrency",
"sourceAmount": 1299,
"eventType": "eventType",
"paymentCurrency": "paymentCurrency",
"accountNumber": "123123123",
"paymentAmount": 1299
},
{
"principal": "Prinicple example",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"routingNumber": "123123123",
"accountName": "My account",
"iban": "DE89 3704 0044 0532 0130 00",
"sourceCurrency": "sourceCurrency",
"sourceAmount": 1299,
"eventType": "eventType",
"paymentCurrency": "paymentCurrency",
"accountNumber": "123123123",
"paymentAmount": 1299
}
],
"payorName": "payorName",
"sourceAccountName": "My Account",
"paymentChannelId": "123asdf",
"invertedRate": 1.4658129,
"sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"individualIdentificationNumber": "1231231adf",
"railsPaymentId": "railsPaymentId",
"accountNumber": "123123232323",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"remoteId": "aasdf123",
"routingNumber": "123123123123",
"returnCost": 1232,
"iban": "DE89 3704 0044 0532 0130 00",
"payorPaymentId": "123123asdf",
"paymentCurrency": "paymentCurrency",
"rejectionReason": "rejectionReason",
"status": "status"
}