Fintecture · Arazzo Workflow
Fintecture Mint Token then Initiate Payment
Version 1.0.0
Mint a client-credentials access token, open a payment session, and read its status.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
token-then-payment
Obtain an access token via client_credentials, then create and inspect a payment.
Mints a PIS-scoped access token, creates an Immediate Transfer payment session with it, and reads the payment back to obtain its status.
1
mintToken
createAccessToken
Mint a PIS-scoped access token via the OAuth client_credentials grant.
2
createPayment
createPisV2Connect
Create an Immediate Transfer payment session using the minted bearer token.
3
getPayment
getPaymentSession
Read the created payment back to surface its current lifecycle status.
Source API Descriptions
openapi