Logo
Openapi.it Public API Documentation

{{baseUrl}}/pay/

GET {{baseUrl}}/pay/

Method that allows you to see all your payment requests.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "id": "6481f66cf2129e73020e2e5d", "type": "pagopa", "importo": "", "timestamp": "1686238828014" }, { "id": "6481f5cbd503bfa6cf061192", "type": "mav", "importo": "123.12", "timestamp": "1686238667307" }, { "id": "6481f66cf2129e73020e2e5d", "type": "rav", "importo": "123.12", "timestamp": "1686238526070" }, { "id": "6481f506b5fc59ab15049fe4", "type": "896", "importo": "123.12", "timestamp": "1686238470629" } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/pay/' -H 'Accept: application/json'

ENDPOINTS