šŸ¦‰ Eulen Payment
  1. Cash-out
šŸ¦‰ Eulen Payment
  • šŸ“š Introdução (Comece aqui)
  • Cash-in
    • Entrada
      POST
    • Consultar transação
      GET
  • Cash-out
    • SaĆ­da
      POST
  • šŸ’­ Respostas Webhooks
    • Webhook de Confirmação de Pagamento
  1. Cash-out

SaĆ­da

Em desenvolvimento
POST
/payment/api/withdrawal

Requisição

Parâmetros Header

Parâmetros Bodyapplication/jsonNecessÔrio

Examples

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/payment/api/withdrawal' \
--header 'x-client-id;' \
--header 'x-secret-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "value_cents": 1000,
    "receiver_name": "Greg Fill",
    "receiver_document": "01814851410",
    "pix_key_type": "phone",
    "pix_key": "+5511987650000",
    "comment": "Saque",
    "callback_url": "https://example.com"
}'
Response Response Example
{
  "transaction": {
    "id": "trx_withdraw_456",
    "transaction_type": "WITHDRAWAL",
    "transaction_status": "pending",
    "transaction_amount_cents": 2000,
    "provider_reference": "7c87236c-bec1-4bff-8832-8e8b86b7e8c1",
    "created_at": "2026-01-19T12:00:00.000Z"
  },
  "message": "withdrawal_requested"
}
Modificado emĀ 2026-01-27 07:12:07
PƔgina anterior
Consultar transação
Próxima pÔgina
Webhook de Confirmação de Pagamento
Built with