Skip to content

Commit

Permalink
Issue #395: fix indentazione codice
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Oct 13, 2021
1 parent 7d9f5f9 commit 0057e7f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/howto/nexi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ Per ottenere questo risultato è sufficiente utilizzare le consuete API di Pagam
gli omonimi parametri in query string secondo le indicazioni del PSP:

.. code-block:: json
:caption: Richiesta pagamento
:caption: Richiesta pagamento
POST /pagamenti?identificativoPSP=12345&identificativoIntermediarioPSP=67890&identificativoCanale=XXXXX
Accept: application/json
Content-type: application/json"
{
"pendenze": [
{
"idDominio": "01234567890",
"numeroAvviso": "301000001234567890"
}
]
}
POST /pagamenti?identificativoPSP=12345&identificativoIntermediarioPSP=67890&identificativoCanale=XXXXX
Accept: application/json
Content-type: application/json"
{
"pendenze": [
{
"idDominio": "01234567890",
"numeroAvviso": "301000001234567890"
}
]
}
Il pagamento cosi avviato sarà inoltrato al PSP senza ulteriori interazioni che si occuperà di
Expand Down

0 comments on commit 0057e7f

Please sign in to comment.