CASH OUT with Quote
Chame a API de pagamentos para solicitar saque para seu cliente com cotação.
POST /v2/trade/payout
Chamada
curl -v --location --request POST 'https://api-uat.jumppag.com/v2/trade/payout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "58f0c005-3b7d-4c75-81f3-93b9a6fee864",
"name": "Richard Roe",
"email": "[email protected]",
"document": {
"type": "CPF",
"number": "12345678909"
}
},
"country": "BRA",
"payment_method": "pix",
"notification_url": "http://mysite.com/api/notification",
"transfer": {
"value": "12345678909"
},
"transaction": {
"id": "4ff7f67f-8194-4a66-903f-0600716f27e8",
"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
transfer.value
Resposta
Atualizado
Isto foi útil?

