Skip to main content

Documentación

Ewallet Transfer Credited Webhook

The EWALLET_TRANSFER_CREDITED webhook notifies the client that funds were successfully credited to a Rapyd Wallet as part of a wallet transfer between organizations.

  • EWALLET_TRANSFER_CREDITED Webhook

  • {
        "token": "wh_c1479669b28bccbaf851e3ae14d1185b", 
        "type": "EWALLET_TRANSFER_CREDITED",   
        "data": {            
            "status": "NEW",
            "created_at": 1788256687,
            "extended_timestamp": 1788256687,       
            "data": {
                "id": "wt_1831c52d3e224d20a96ef08a3fc362e3",
                "ewallet_id": "ewallet_046ca7e88bab4386098040543529b15f",
                "amount": 25.5,
                "currency": "USD",
                "balance": 25.5,
                "transfer": {
                    "id": "f2937e83-473b-4d85-aa63-702982f6b6f4",
                    "payment_id": "payment_00000dcc87597b19897f5995fe813934"
                },
                "status": "CLO",
                "reason": "installment 1 of 6",
                "metadata": {
                    "installment_id": "1"
                },
                "timestamp": 1788256687
            }
        },    
        "status": "NEW",
        "created_at": 1788256687,
        "extended_timestamp": 1788256687,
        "trigger_operation_id": "2374772f-4bfd-4d6c-8b59-2f8284bd583a"
    }