Payments
The Payments API allows customers to securely make account-to-account payments in Europe from your app or website in real time.
Submit Payment Intent step
Request Body
Name
Type
Description
{
"status": "SESSION_IN_PROGRESS",
"data": {
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
},
"method": "GET",
"url": "https://www.testbank.com/v1/payments/sepa-credit-transfers/authorize?client_id=XXXXXXXXXXX&code_challenge=BYihra....ChCM&code_challenge_method=S256&redirect_uri=https%3A%2F%2Fdev-api.finqware.com%2Fv1%2Fredirects%2Faisp&response_type=code&scope=PIS%3Ac26a97f&state=de53cb2e-...-a092503c1737"
}
}// check the errors docs page for details
{
"id": "uuid",
"type": "invalid_request",
"http": 400,
"code": "invalid_client_id",
"message": "error message"
}Payment input data object
data objectExample request body
Get payment
Request Body
Name
Type
Description
Payment lifecycle
Status
Description
Last updated