post https://api.belvo.com/payments/br/payment-intents/
Create a payment intent.
Note: You can use this method to additionally create a customer and a payment intent in a single request (see the Customer and Payment Intent option).
Responses
Create a payment intent.
Note: You can use this method to additionally create a customer and a payment intent in a single request (see the Customer and Payment Intent option).
xxxxxxxxxx
12curl --request POST \
--url https://api.belvo.com/payments/br/payment-intents/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"allowed_payment_method_types": [
"open_finance"
],
"confirm": false
}
'
xxxxxxxxxx
105}
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"customer": "1c83ead8-6665-429c-a17a-ddc76cb3a95e",
"created_at": "2022-02-09T08:45:50.406032Z",
"created_by": "bcef7f35-67f2-4b19-b009-cb38795faf09",
"updated_at": "2022-02-09T08:45:50.406032Z",
"status": "PROCESSING",
"amount": "1234.12",
"currency": "BRL",
"description": "Training shoes",
"statement_description": "Super Shoe Store - Brown Sneakers",
"selected_payment_method_type": "open_finance",
"allowed_payment_method_types": [
"open_finance"
],
"payment_method_details": {
"open_finance": {
"beneficiary_bank_account": "a80d5a9d-20ae-479a-8dd7-ff3443bcbbfc",
"payer_institution": "600f1b4a-1ef9-4f89-b341-1a35f0c32cc0",
"schedule": {
"single": {
"date": "2024-10-22"