CASH IN with Quote
Chame a API de Pagamentos para solicitar pagamentos via PIX com cotação.
POST /v2/trade/payment
Chamada
curl -v --location --request POST 'https://api-uat.jumppag.com/v2/trade/payment' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "81401e09-a227-46ac-8890-03eb225a920a",
"name": "John Doe",
"email": "[email protected]",
"document": {
"type": "CPF",
"number": "12345678909"
},
"phone": "+5511912345678"
},
"country": "BRA",
"payment_method": "pix",
"notification_url": "https://my-notification-url.site",
"transaction": {
"id": "9fff0686-6866-445b-a540-2e96d827b7d5",
"quote_id": "ad0784f0-1b2f-41e8-afd2-e72cfd6437fb"
}
}'Detalhes dos parâmetros
customer.id
customer.name
customer.email
customer.phone
customer.birthdate
customer.document.number
customer.document.type
customer.address.addres_1
customer.address.addres_2
customer.address.city
customer.address.country_code
customer.address.neightborhood
customer.address.number
customer.address.postal_code
customer.address.state
transaction.id
transaction.quote_id
branch
country
payment_method
notification_url
Resposta
Detalhes da resposta
Atualizado
Isto foi útil?

