Payments
List and retrieve payments.
Request Body
application/json
Payment filter model.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1.0/pis/Payment/List" \ -H "Content-Type: application/json" \ -d '{}'{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": [ { "paymentId": "00000000-0000-0000-0000-000000000000", "reference": "string", "paymentRequestType": "string", "externalReference": "string", "description": "string", "amount": { "value": 0, "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" } }, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "status": "CREATED", "purpose": "string", "note": "string", "creditorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "debtorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "consent": { "connection": { "provider": { "id": "00000000-0000-0000-0000-000000000000", "country": { "id": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" }, "englishName": "string", "arabicName": "string", "iso3166Code": "st", "timeZone": "string" }, "address": "string", "phone": "string", "isEnable": true, "arabicName": "string", "englishName": "string", "status": "Active", "logo": "https://example.com" }, "id": "00000000-0000-0000-0000-000000000000", "status": "ACTIVE", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z" }, "paymentConsentType": "SingleInstantPayment", "executionDateTime": "2025-01-01T00:00:00Z", "purpose": "string", "note": "string", "id": "00000000-0000-0000-0000-000000000000", "customerId": "00000000-0000-0000-0000-000000000000", "scope": "Accounts", "createdAt": "2025-01-01T00:00:00Z", "status": "AwaitingAuthorization", "authorizationLink": "string", "successRedirectUrl": "string", "failureRedirectUrl": "string" } } ], "meta": { "currentPageNumber": 0, "pageSize": 0, "totalNumberOfPages": 0 }}Empty
{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": null}{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": null}"INVALID_DATA"Empty
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1.0/pis/Payment/Get"{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": { "paymentId": "00000000-0000-0000-0000-000000000000", "reference": "string", "paymentRequestType": "string", "externalReference": "string", "description": "string", "amount": { "value": 0, "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" } }, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "status": "CREATED", "purpose": "string", "note": "string", "creditorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "debtorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "consent": { "connection": { "provider": { "id": "00000000-0000-0000-0000-000000000000", "country": { "id": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" }, "englishName": "string", "arabicName": "string", "iso3166Code": "st", "timeZone": "string" }, "address": "string", "phone": "string", "isEnable": true, "arabicName": "string", "englishName": "string", "status": "Active", "logo": "https://example.com" }, "id": "00000000-0000-0000-0000-000000000000", "status": "ACTIVE", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z" }, "paymentConsentType": "SingleInstantPayment", "executionDateTime": "2025-01-01T00:00:00Z", "purpose": "string", "note": "string", "id": "00000000-0000-0000-0000-000000000000", "customerId": "00000000-0000-0000-0000-000000000000", "scope": "Accounts", "createdAt": "2025-01-01T00:00:00Z", "status": "AwaitingAuthorization", "authorizationLink": "string", "successRedirectUrl": "string", "failureRedirectUrl": "string" } }}{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": { "paymentId": "00000000-0000-0000-0000-000000000000", "reference": "string", "paymentRequestType": "string", "externalReference": "string", "description": "string", "amount": { "value": 0, "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" } }, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "status": "CREATED", "purpose": "string", "note": "string", "creditorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "debtorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "consent": { "connection": { "provider": { "id": "00000000-0000-0000-0000-000000000000", "country": { "id": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" }, "englishName": "string", "arabicName": "string", "iso3166Code": "st", "timeZone": "string" }, "address": "string", "phone": "string", "isEnable": true, "arabicName": "string", "englishName": "string", "status": "Active", "logo": "https://example.com" }, "id": "00000000-0000-0000-0000-000000000000", "status": "ACTIVE", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z" }, "paymentConsentType": "SingleInstantPayment", "executionDateTime": "2025-01-01T00:00:00Z", "purpose": "string", "note": "string", "id": "00000000-0000-0000-0000-000000000000", "customerId": "00000000-0000-0000-0000-000000000000", "scope": "Accounts", "createdAt": "2025-01-01T00:00:00Z", "status": "AwaitingAuthorization", "authorizationLink": "string", "successRedirectUrl": "string", "failureRedirectUrl": "string" } }}{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": null}{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": null}{ "error": "INVALID_DATA", "errorDescription": { "property1": [ "string" ], "property2": [ "string" ] }, "data": { "paymentId": "00000000-0000-0000-0000-000000000000", "reference": "string", "paymentRequestType": "string", "externalReference": "string", "description": "string", "amount": { "value": 0, "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" } }, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "status": "CREATED", "purpose": "string", "note": "string", "creditorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "debtorAccount": { "id": "00000000-0000-0000-0000-000000000000", "scheme": "IBAN", "identification": "string", "name": "string" }, "consent": { "connection": { "provider": { "id": "00000000-0000-0000-0000-000000000000", "country": { "id": "00000000-0000-0000-0000-000000000000", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "currency": { "id": "00000000-0000-0000-0000-000000000000", "englishName": "string", "arabicName": "string", "iso4117Code": "str", "iso4117Number": "stri" }, "englishName": "string", "arabicName": "string", "iso3166Code": "st", "timeZone": "string" }, "address": "string", "phone": "string", "isEnable": true, "arabicName": "string", "englishName": "string", "status": "Active", "logo": "https://example.com" }, "id": "00000000-0000-0000-0000-000000000000", "status": "ACTIVE", "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z" }, "paymentConsentType": "SingleInstantPayment", "executionDateTime": "2025-01-01T00:00:00Z", "purpose": "string", "note": "string", "id": "00000000-0000-0000-0000-000000000000", "customerId": "00000000-0000-0000-0000-000000000000", "scope": "Accounts", "createdAt": "2025-01-01T00:00:00Z", "status": "AwaitingAuthorization", "authorizationLink": "string", "successRedirectUrl": "string", "failureRedirectUrl": "string" } }}"INVALID_DATA"Empty