# Request a payment **POST /api/v1/payment-requests** ## Servers ## Authentication methods - oauth ## Parameters #### Headers - **X-Request-ID** (string) Correlation header to be set in a request and retrieved in the relevant response - **Idempotency-Key** (string) Key provided by the API client to ensure idempotency in case of retry of a given request ## Body parameters Content-type: Payment Initiation Request - **creation_date_time** (string) Date and time at which a (group of) payment instruction(s) was created by the instructing party. - **credit_transfer_transaction** (Elixir.OpenBanking.Accounts.CreditTransferTransactions) Credit Transfer Transactions - **initiating_party** (Elixir.OpenBanking.Accounts.PartyIdentification) Initiating party - **number_of_transactions** (integer) Number of transactions - **payment_information_id** (string) Reference assigned by a sending party to unambiguously identify the payment information block within the message. - **payment_type_information** (string) Payment type information - **supplementary_data** (Elixir.OpenBanking.Accounts.SupplementaryData) Supplementary data ## Responses ### 200: Transactions #### Body Parameters: (object) - **applied_authentication_approach** (string) Applied authentication approach - **consent_approval** (string) Consent approval URL - **nonce** (string) Nonce [Powered by Bump.sh](https://bump.sh)