Skip to main content

Get P2P Transfer by ID

GET 

/operations/p2p-transfers/:id

Retrieve information about a specific P2P transfer by entering its ID and executing the request.

Request

Path Parameters

    id stringrequired

    Transfer UUID.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

P2PTransfer received.

Schema
    id stringrequired

    Transfer UUID.

    operation_id stringrequired

    Transfer Operation UUID.

    amount_currency stringrequired

    Transfer currency amount.

    amount numberrequired

    Transfer amount in cents.

    fee numberrequired

    Transfer fee in cents.

    description stringnullable

    Transfer description.

    created_at date-timerequired

    Transfer created at.

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L -X GET 'https://docs.zrobank.io/operations/p2p-transfers/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Auth
Parameters
— pathrequired
— headerrequired
— header
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!