/
Create Payment Requests

Create Payment Requests

Payment Requests are handled via Health API using header application/vnd.gini.v3+json

Request

Key

Mandatory

Description

Key

Mandatory

Description

sourceDocumentLocation

no

The URI of the source document whenever the payment details were extracted by the Gini system beforehand.

paymentProvider

no

The ID of the target payment provider. See Payment Providers.

recipient

no

The recipient of the payment.

iban

yes

The IBAN (international bank account number) of the payment recipient.

bic

no

The BIC (bank identifier code) for the payment.

amount

yes

The amount of the payment. See Amount.

purpose

yes

The purpose of the payment, for example, the invoice or the customer identifier.

//create a payment request POST /paymentRequests HTTP/1.1 Host: health-api.gini.net Authorization: BEARER c796535e-32e4-11eb-b966-e30e07dee3dc Content-Type: application/vnd.gini.v3+json //with { "sourceDocumentLocation": "https://health-api.gini.net/documents/88090c5a-32ed-11eb-9e1a-9f2bc4656a7d", "paymentProvider": "9a9b41f2-32f8-11eb-9fb5-e378350b0392", "recipient": "Dr. med. Hackler", "iban": "DE02300209000106531065", "bic": "CMCIDEDDXXX", "amount": "335.50:EUR", "purpose": "ReNr AZ356789Z" }
//response HTTP/1.1 201 Created X-Request-Id: 7b5a7f79-ae7c-4040-b6cf-25cde58ad937 Location: https://health-api.gini.net/paymentRequests/b4bd3e80-7bd1-11e4-95ab-000000000000 Content-Type: application/vnd.gini.v1+json

 

Related content

Resolve Payment Requests
Resolve Payment Requests
More like this
Get List of Payment Provider
Get List of Payment Provider
More like this
How to Process Documents
How to Process Documents
More like this
Payments
Payments
Read with this
Get Payment Requests
Get Payment Requests
More like this
Get Payment
Get Payment
More like this