POST webhook/swap/funds_manager_transfer_failed

Recebe dados de integração

Request Information

URI Parameters

None.

Body Parameters

BeeFlex.Models.Swap.Webhook.FundsManagerTransferFailed
NameDescriptionTypeAdditional information
amount

integer

None.

created_at

string

None.

description

string

None.

error_detail

string

None.

event_type

string

None.

finished_at

string

None.

internal_transaction_id

Object

None.

payment_id

string

None.

status

string

None.

transfer_info

BeeFlex.Models.Swap.Webhook.TransferInfo

None.

transfer_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": 1,
  "created_at": "sample string 1",
  "description": "sample string 2",
  "error_detail": "sample string 3",
  "event_type": "sample string 4",
  "finished_at": "sample string 5",
  "internal_transaction_id": {},
  "payment_id": "sample string 7",
  "status": "sample string 8",
  "transfer_info": {
    "from_account": {
      "account_type": "sample string 1",
      "treasure_balance_account_id": "sample string 2",
      "treasury_account_holder_id": "sample string 3",
      "treasury_account_id": "sample string 4"
    },
    "to_account": {
      "account_holder_id": "sample string 1",
      "account_type": "sample string 2",
      "balance_account_group_id": "sample string 3",
      "balance_account_id": "sample string 4",
      "treasury_account_holder_id": "sample string 5"
    }
  },
  "transfer_type": "sample string 9"
}

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string"