4.1.2 "getPaymentStatusRequest" interface: Difference between revisions
(Creata pagina con "2.1.2 “getPaymentStatusRequest” interface This API retrieves the status of a payment initiated transaction.") |
No edit summary |
||
Line 1: | Line 1: | ||
2.1.2 “getPaymentStatusRequest” interface | 2.1.2 “getPaymentStatusRequest” interface | ||
This API retrieves the status of a payment initiated transaction. | This API retrieves the status of a payment initiated transaction. | ||
'''Input parameters''' | |||
{|class="wikitable" | |||
! style="text-align:left;width:30%" | Attribute | |||
! style="text-align:left;" | Description | |||
|- | |||
|'''tpp-signature-certificate''' | |||
|This is a X509 certificate that the TPP uses for signing the request, in base64 encoding. | |||
This certificate is in PEM format without the "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----". | |||
Must be contained if a signature is contained, see above. | |||
|- | |||
|'''tpp-registration-number''' | |||
|A unique registration number for TPP identification. | |||
|- | |||
|'''signature''' | |||
|A signature of the request by the TPP on application level. This might be mandated by ASPSP. | |||
|- | |||
|'''digest''' | |||
|Is contained if and only if the “Signature” element is contained in the header of the request. | |||
The “digest” Header contains a Hash of the message body. The only hash algorithms that may be used to calculate the digest within the context of this specification are SHA-256 and SHA-512. | |||
|- | |||
|'''tpp-role''' | |||
|The third party payment service provider can have one or more of the following roles: | |||
AISP (Account Information Service Provider) | |||
PISP (Payment Initiation Service Provider) | |||
PIISP (Payment Instrument Issuing Service Provider) | |||
|- | |||
|'''signature''' | |||
|A signature of the request by the TPP on application level. This might be mandated by ASPSP. | |||
|- | |||
|'''aspsp-code''' | |||
|The account servicing payment service provider code. | |||
|- | |||
|'''payment-product''' | |||
|The addressed payment product endpoint. | |||
The value list of products supported is: | |||
- sepa-credit-transfers | |||
- instant-sepa-credit-transfers | |||
- target-2-payments | |||
- cross-border-credit-transfers | |||
|- | |||
|'''payment-id''' | |||
|Resource Identification of the related payment. | |||
|} |
Revision as of 17:40, 27 February 2019
2.1.2 “getPaymentStatusRequest” interface This API retrieves the status of a payment initiated transaction.
Input parameters
Attribute | Description |
---|---|
tpp-signature-certificate | This is a X509 certificate that the TPP uses for signing the request, in base64 encoding.
This certificate is in PEM format without the "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----". Must be contained if a signature is contained, see above. |
tpp-registration-number | A unique registration number for TPP identification. |
signature | A signature of the request by the TPP on application level. This might be mandated by ASPSP. |
digest | Is contained if and only if the “Signature” element is contained in the header of the request.
The “digest” Header contains a Hash of the message body. The only hash algorithms that may be used to calculate the digest within the context of this specification are SHA-256 and SHA-512. |
tpp-role | The third party payment service provider can have one or more of the following roles:
AISP (Account Information Service Provider) PISP (Payment Initiation Service Provider) PIISP (Payment Instrument Issuing Service Provider) |
signature | A signature of the request by the TPP on application level. This might be mandated by ASPSP. |
aspsp-code | The account servicing payment service provider code. |
payment-product | The addressed payment product endpoint.
The value list of products supported is: - sepa-credit-transfers - instant-sepa-credit-transfers - target-2-payments - cross-border-credit-transfers |
payment-id | Resource Identification of the related payment. |